Upgrade to Revision
Revision as of 20:01, 23 February 2015 by Wolfbane8653.3362 (talk | contribs) (Created page with "At this time there is only one method to accomplish this and it is SVN. ==SVN== *Install as seen in '''SVN''' <pre>svn co https://svn.code.sf.net/p/freeghost/code/trunk /...")
At this time there is only one method to accomplish this and it is SVN.
SVN
- Install as seen in SVN
svn co https://svn.code.sf.net/p/freeghost/code/trunk /some/local/folder
- Then navigate to the folder you specified and run:
sudo /some/local/folder/bin/./installfog.sh
Update to Revision
cd /some/local/folder/ svn up -r <revision> cd bin ./installfog.sh
- NOTE: You must run svn up -r <revision> in the "/some/local/folder/" and not in ".../fog/bin" nor in ".../fog"
- WARNING: DO NOT DOWN GRADE! If you do, the mysql database will be messed up and a possible re-installation will be your only hope.