Skip to content
Snippets Groups Projects
Commit ae8f0fe2 authored by Michael Boniface's avatar Michael Boniface
Browse files

Update install-clmc-service.sh

parent dec4d353
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ REPORT_PERIOD=$3
apt-get update
apt-get install libssl-dev -y
# Create the database for the WHOAMI API
apt-get install -y postgresql postgresql-contrib
sudo -u postgres bash -c "psql -c \"CREATE USER clmc WITH PASSWORD 'clmc_service';\""
......@@ -29,6 +30,7 @@ echo "----> Installing virtualenv and wrapper"
apt-get install -y python3-virtualenv virtualenvwrapper
pip3 install virtualenv
pip3 install virtualenvwrapper
pip3 install psycopg2-binary
pip3 install influxdb py2neo
## CLMC-SERVICE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment