There was an error while loading. Please reload this page.
2 parents 574774b + b5b787e commit ebcbda6Copy full SHA for ebcbda6
vagrant/pg_config.sh
@@ -1,4 +1,3 @@
1
-
2
apt-get -qqy update
3
apt-get -qqy install postgresql python-psycopg2
4
apt-get -qqy install python-flask python-sqlalchemy
@@ -11,3 +10,7 @@ su postgres -c 'createuser -dRS vagrant'
11
10
su vagrant -c 'createdb'
12
su vagrant -c 'createdb forum'
13
su vagrant -c 'psql forum -f /vagrant/forum/forum.sql'
+
14
+vagrantTip="[35m[1mThe shared directory is located at /vagrant\nTo access your shared files: cd /vagrant(B[m"
15
+echo -e $vagrantTip > /etc/motd
16
0 commit comments