Changes

Jump to: navigation, search

AMO/FlightDeck/1.0a6/ServerUpdate

383 bytes added, 23:37, 18 November 2010
no edit summary
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.
# Copy ./flightdeck/settings_local.py to some safe space# copy all SDKs from ./sdk_versions/ to some safe space# Pull the staging branch first <pre>git pull origin staging</pre># Copy all revisions from the safe place to ./lib/# Edit ./settings_local.py #* from settings import *#* add there DATABASE and AUTH_DATABASE settings# Install vendor libraries # Call update database script process <pre>python ./scripts/update-1.0a6.py</pre># Initiate submodules <pre>git submodule init && git submodule update</pre>
Confirm
514
edits

Navigation menu