-
Notifications
You must be signed in to change notification settings - Fork 60
Updating LogicPull
Chris Zieba edited this page Mar 6, 2014
·
1 revision
If you installed LogicPull via git, you can simply run git pull
to get the most up to date changes. Before doing this, run git stash
to save any changes to local files, like config.js
. After the pull is complete, you can restore your config file by running git stash pop
.
The server application needs to be restarted for any changes to take affect.
NODE_ENV=production forever -a -l /srv/www/LogicPull/logs/forever/logfile -o /srv/www/LogicPull/logs/forever/outfile -e /srv/www/LogicPull/logs/forever/errfile restart /srv/www/LogicPull/LogicPull.js
For information on how to install LogicPull, please see here.