Final project for the Udacity Full Stack Web Developer's Nanodegree
- Linux distribution Ubuntu 16.04 LTS
- Amazon Lightsail Virtual Private Server
- Loaded my 'Catalog' project from earlier in the year
- Used PostGres database instead of SQL
- Updated packages to most recent versions
- Changed ssh port from 22 to 2200
- Enabled ports: 80, 123, 2200
- Set firewall rules using UFW
- SSH port: 2200
- URL: http://13.127.112.132
- Password: sudo
- phrase sudo121
- Login using this command:
ssh -i id_rsa -p 2200 [email protected]
- apache2
- postgresql
- git
- python3-pip
- httplib2
- requests
- oauth2client
- sqlalchemy
- flask
- libpq-dev
- psycopg2