Added missing step in manual setup

Gotta run corp_update
This commit is contained in:
Brett Costabile 2015-11-19 00:42:47 -05:00
parent 4ddff58370
commit 3318486e9c

View File

@ -62,5 +62,6 @@ echo 'Next steps:\n'
echo '1. Adjust mysql root password if you feel so inclined.'
echo '2. Adjust all the stuff in ./alliance_auth/settings.py.'
echo '3. Run sudo python manage.py syncdb to set up the database tables'
echo "4. run cd /vagrant/; ./startup.sh to start, and ./shutdown.sh to stop."
echo '4. Run python manage.py shell < run_alliance_corp_update.py'
echo "5. run cd /vagrant/; ./startup.sh to start, and ./shutdown.sh to stop."
echo '--------'