From 3a72b59bf02ee74e9e9713705e819c5decbe3c88 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 9 Apr 2014 07:57:03 +0200 Subject: Removed initialization script. --- install.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 3528781b..4789066f 100755 --- a/install.sh +++ b/install.sh @@ -1,8 +1,7 @@ #!/bin/bash -# Installation of MongoDB -sudo apt-get install -y mongodb-server -sudo service mongodb start +# Installation of PostgreSQL +sudo apt-get install postgresql postgresql-server-dev-9.1 postgresql-client # Python dependencies sudo apt-get install -y python-pip @@ -13,7 +12,7 @@ pip install --upgrade -r requirements.txt # Configuration cp conf/conf.cfg-sample conf/conf.cfg -python pyaggr3g470r/initialization.py firstname lastname firstname.lastname@mail.com secret +python db_create.py # Launch pyAggr3g470r python runserver.py -- cgit