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

Update install-clmc-service.sh

parent 8e88532c
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ DATABASE_NAME=$2
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';\""
......
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