Docker from Source with docker-compose
This installation method is recommend for development in a docker environment.
git clone https://github.com/fr0tt/benotescp .env.docker.example .env- add to your .env file
INSTALL_NODE=true docker-compose buildbuild docker container
docker-compose up -dstart docker container
docker-compose exec --user application app shaccess the app service
sh docker/install.shdo some necessary work like database migration and admin account creation
- if you wish to use it on a production server change in your
.envfileAPP_ENVfromlocaltoproduction - (based on your setup you might want to configure a reverse proxy as well)
git pulldocker-compose exec app shsh docker/update.shType yes if asked

