Selfhosting
On erittäin helppo isännöidä oman perhonen web palvelin.
Yksinkertainen palvelin
Osio nimeltä “Yksinkertainen palvelin”Asenna leikkuri ja rakenna sovellus käyttäen:
cd appflutter pub getflutter build webAll the files are in the app/build/web directory.
Telakoitsija
Osio nimeltä “Telakoitsija”Dockerhub
Osio nimeltä “Dockerhub”You can pull the latest version of the image from Dockerhub using:
docker pull linwooddev/butterflyThe tags are:
:latestis the current main branch:devis the current develop branch:stableis the latest stable release (like the git tag):nightlyis the latest nightly release (like the git tag)- Tags starting with
:vare releases
Start the server using: docker run -p 8080:80 -d linwooddev/butterfly.
Selfbuilding
Osio nimeltä “Selfbuilding”Clone the repository and build the Dockerfile using: docker build -t linwood-butterfly.
Start the server using: docker run -p 8080:80 -d linwood-butterfly.