Run processes in the background on startup in Cloud 9:
Postgres in Cloud 9:
- http://stackoverflow.com/questions/28177912/postgres-database-setup-on-cloud9-asks-for-sudo-password
- http://stackoverflow.com/questions/11919391/postgresql-error-fatal-role-username-does-not-exist
sudo -u postgres -i
sudo -s
thensudo -u postgres psql
- createuser -d -P -s pixm
- createdb -O mike phishingdb
Install psycopg2 for postgres
- http://stackoverflow.com/a/5450183
sudo apt-get install libpq-dev python-dev
sudo apt-get install psycopg2
Using chromedriver