mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-07-03 19:55:22 +02:00
Update cloud9_install.sh
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
echo "[C9Setup] Installing PostGreSQL, redis, and creating titan db table"
|
echo "[C9Setup] Installing postgresql, redis, and creating titan db table"
|
||||||
cd ~/workspace/
|
cd ~/workspace/
|
||||||
sudo service postgresql start
|
sudo service postgresql start
|
||||||
psql -c "CREATE DATABASE titan WITH ENCODING 'UTF8' TEMPLATE template0"
|
psql -c "CREATE DATABASE titan WITH ENCODING 'UTF8' TEMPLATE template0"
|
||||||
|
Reference in New Issue
Block a user