echo"[C9Setup] Making sure everything can be runned"
sudo chmod -R 777 *
echo"------------------------------"
echo"Cloud9 Installation Done!!!!!"
echo"If there are no errors, then you may proceed by editing the config.py files in the webapp and discordbot directories with your discord bottokens, etc."
echo"Remember that your database uri is: mysql+pymysql://root@localhost/titan"
echo""
echo"After you finished editing those files, you may right click on run_c9.py and click run in the menu to start the webapp."
echo"To run the discordbot, change your directory to discord bot: cd discordbot/"
echo"and type the following command: python3.5 run.py"