I got a notification that AWS recently tookover C9 IDE.
I was curious that, have they provided any way to deploy the Rails Project on AWS server through C9? Or anything that links between them which makes the Job easier?
As said above, C9 is under AWS now and you can follow the guide provided by AWS website straight away to setup the C9 account: link
Be notified that if you do not have a account then have to create it with your genuine credit/debit card. Some other points to be noted are
To install postgresql
sudo apt-get install -y postgis postgresql
pip install psycopg2
or
sudo apt-get install libpq-dev python-dev
pip install psycopg2
Happy coding!