mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-24 14:07:03 +01:00
Start redis server during installation for cloud9
This commit is contained in:
parent
3c2e1ee686
commit
cb0d44753d
@ -1,8 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
echo "[C9Setup] Installing mysql, and creating titan db table"
|
||||
echo "[C9Setup] Installing mysql, redis, and creating titan db table"
|
||||
cd ~/workspace/
|
||||
mysql-ctl start
|
||||
mysql -u root -e "CREATE DATABASE titan;"
|
||||
sudo service redis-server start
|
||||
|
||||
echo "[C9Setup] Copying config.py for webapp/discordbot and alembic.ini"
|
||||
cp ~/workspace/webapp/config.example.py ~/workspace/webapp/config.py
|
||||
|
Loading…
Reference in New Issue
Block a user