forked from LearningRegistry/LearningRegistry
-
Notifications
You must be signed in to change notification settings - Fork 2
Upgrading a Node
damonregan edited this page Jan 27, 2012
·
2 revisions
To upgrade a node to the latest release, please follow the recommended steps below:
cd <your path to git repository>/LearningRegistry git checkout master git pull git tag -l git checkout [latest tag version]
python setup_node.py -d
NOTE: Please keep remember your configuration settings as this process will overwrite them. It is important to run the setup node script as a new version of the code may change configuration files.