From 3318486e9cee96d0e6698b389c93f29164a75e45 Mon Sep 17 00:00:00 2001 From: Brett Costabile Date: Thu, 19 Nov 2015 00:42:47 -0500 Subject: [PATCH] Added missing step in manual setup Gotta run corp_update --- vagrant/bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index a7ded303..166973be 100755 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -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 '--------'