From fe751ffc77354a00af089de37e657e777bce70e9 Mon Sep 17 00:00:00 2001 From: Raynaldo Rivera Date: Wed, 5 Nov 2014 11:25:11 -0700 Subject: [PATCH] Correct steps in bootstrap.sh --- bootstrap.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 6e3fb54b..68ad5d39 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -52,8 +52,6 @@ echo 'Almost there!' 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. Comment out bootstrap_permissions() inside groupmanagement/__init__.py' -echo '4. Run sudo python manage.py syncdb to set up the database tables' -echo '5. Uncomment that line that you commented out in step 3.' -echo "6. run cd /vagrant/; ./startup.sh to start, and ./shutdown.sh to stop." +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 '--------'