I use the following script to run a daily upgrade on the #BookStack instance:
#!/usr/bin/env bash
pushd /var/www/brain.vandragt.com
git pull origin release && composer install --no-dev && php artisan migrate --force
popd
Senior Web Engineer. Open web / music. Remote DJ. Tall Dutch guy. #3million
I use the following script to run a daily upgrade on the #BookStack instance:
#!/usr/bin/env bash
pushd /var/www/brain.vandragt.com
git pull origin release && composer install --no-dev && php artisan migrate --force
popd
I’ve FINALLY setup a BookStack instance (trivial, once I sorted out a Let's Encrypt issue) for reference documentation. Find it at https://
I'll move my reference documentation from my site into it over time.