mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-26 06:57:04 +01:00
Update cloud9_install.sh
This commit is contained in:
parent
90f07e0e21
commit
6a697de91c
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user