README: add instruction to run migration on install

Since South was added this is an additional mandatory step for new
installations.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2013-11-13 10:18:36 +00:00
parent 1b0294a766
commit ae69297a12

3
README
View File

@ -40,10 +40,11 @@ Setup instructions:
LAYER_FETCH_DIR to a location with sufficient space for fetching LAYER_FETCH_DIR to a location with sufficient space for fetching
layer repositories. layer repositories.
2. Run the following command within the layerindex-web directory to 2. Run the following commands within the layerindex-web directory to
initialise the database: initialise the database:
python manage.py syncdb python manage.py syncdb
python manage.py migrate
You should answer "yes" when asked to create an admin account. You should answer "yes" when asked to create an admin account.