Kyushi / FSNDlsc

Info for Linux Server Configuration for Udacity FSND

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux Server Configuration

This is the README for the Linux Server Configuration project.

IP Address and SSH port

IP: http://35.166.206.142/

SSH Port: 2200

Public URL

http://ec2-35-166-206-142.us-west-2.compute.amazonaws.com/

Configuration

  • Created a user as required by project outline
  • Disallowed remote root access
  • Created another superuser for use to set up project
  • Configured firewall to allow only required ports
  • Disabled password authentication
  • Updated packages
  • Changed SSH port from default
  • Installed and configured apache2
  • Installed and configured postgresql
  • Installed wsgi and configured Apache accordingly
  • Installed Flask
  • Installed SQLAlchemy

Added packages (Ubuntu package names)###

  • apache2
  • postgresql
  • python-flask
  • python-flask-sqlalchemy
  • python-psycopg2
  • python-httplib2
  • python-oauth2client
  • git
  • tree

Sites consulted for advice

About

Info for Linux Server Configuration for Udacity FSND