Auto-tools/Projects/OrangeFactor: Difference between revisions

m
→‎Deploying: More deployment clarifications
m (→‎Deploying: Tweak deployment instructions)
m (→‎Deploying: More deployment clarifications)
Line 64: Line 64:
* To pull new changes from the Hg repo:
* To pull new changes from the Hg repo:
  sudo -u webtools hg pull -uv -R /home/webtools/apps/orangefactor/src/orangefactor/
  sudo -u webtools hg pull -uv -R /home/webtools/apps/orangefactor/src/orangefactor/
* To then pick up any changes to the Python REST API (not required for changes to the Python scripts run by cron):
* To then pick up any changes to the Python REST API (not required for changes to UI static assets or the Python scripts run by cron):
  sudo service orangefactor stop; sudo service orangefactor start
  sudo service orangefactor stop; sudo service orangefactor start
* It's no longer necessary to sync the UI static assets in the source directory with the openresty/nginx default public root, since they are served directly from the source directory.
* It's no longer necessary to sync the UI static assets in the source directory with the openresty/nginx default public root, since they are served directly from the source directory.
canmove, Confirmed users
1,126

edits