- The IP address and SSH port so your server can be accessed by the reviewer.
- 35.166.251.196 -p 2200
- The complete URL to your hosted web application.
- A summary of software you installed and configuration changes made.
- apache2
- libapache2-mod-wsgi
- change /etc/apache2/sites-enabled/000-default.conf file for my application
- postgresql
- change /etc/postgresql/9.3/main/pg_hba.conf file for user "catalog"
- python-dev, libpq-dev (for psycopg2 install)
- git
- python-virtualenv
- sqlalchemy, psycopg2 (in the virtual env)
- A list of any third-party resources you made use of to complete this project.
- I basically read the articles at last lines in Getting Started Guide. And many times googling the keyword of errors.