Skip to content

sayingu/udacity-linux-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

README for udacity review

  1. The IP address and SSH port so your server can be accessed by the reviewer.
  • 35.166.251.196 -p 2200
  1. The complete URL to your hosted web application.
  1. 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)
  1. 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.

About

Configuration things for launch a udacity-catalog project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published