AMO/FlightDeck/1.0a6/ServerUpdate: Difference between revisions

From MozillaWiki
< AMO‎ | FlightDeck‎ | 1.0a6
Jump to navigation Jump to search
(Created page with "1.a6 is a major update. There were changes in database and file structure. Majority of changes will be done by simply pulling the branch, but some has to be implemented manually....")
 
No edit summary
Line 3: Line 3:
Pull the staging branch first
Pull the staging branch first
  git pull origin staging
  git pull origin staging
Install vendor libraries


Call update process
Call update process
  python ./scripts/update-1.0a6.py
  python ./scripts/update-1.0a6.py

Revision as of 16:29, 18 November 2010

1.a6 is a major update. There were changes in database and file structure. Majority of changes will be done by simply pulling the branch, but some has to be implemented manually.

Pull the staging branch first

git pull origin staging

Install vendor libraries

Call update process

python ./scripts/update-1.0a6.py