You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.
Tim Davis edited this page Dec 8, 2017
·
1 revision
Updating your Installation
The easiest way to keep your application up to date is to create an update script
Navigate to /var/www/html/amsys and create the file update.sh
Make it executable, chmod +x update.sh
Edit update.sh and add the following:
git pull
php app/console cache:clear --env=prod
Now to perform an update and get new changes, simply navigate to /var/www/html/amsys and run ./update.sh, this will pull the new code and refresh the cache