GithubHelp home page GithubHelp logo

junior1q94 / project-server-configuration Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 2 KB

Project done as a student of the Full Stack Web Developer Nanodegree by Udacity.

Home Page: https://www.udacity.com/course/full-stack-web-developer-nanodegree--nd004

project-server-configuration's Introduction

Project: Linux Server Configuration

With this project I learned installing/configuring web and database servers. In this case I used Amazon Lightsail service to host one of my web application.

DNS Address: http://ec2-18-220-184-184.us-east-2.compute.amazonaws.com

IP Address: 18.220.184.184

SSH port: 2200

Summary of software I installed and configuration changes made.

  • Update package index and upgrade system packages installed with sudo apt-get update/upgrade command-line tools.
  • Changed the SSH port from 22 default to 2200. Made sure to configure the Lightsail firewall to allow it.
  • Configured the Uncomplicated Firewall (UFW) to only allow incoming connections for SSH (port 2200), HTTP (port 80), and NTP (port 123).
  • Created a new user account named grader with sudo permission. Created an SSH key pair for grader.
  • Verified local timezone is set to UTC
  • Installed and configure Apache to serve a Python mod_wsgi application.
  • Installed and configure PostgreSQL. Created postgres catalog role and database along with a new linux user named catalog.
  • Installed git and python-pip. Then installed virtualenv and psycopg2 through pip.
  • Clone and installed https://github.com/jrbaez01/project-item-catalog project into /var/www/catalog and created new virtualenv.
  • Created catalog.wsgi script to server catalog application using virtualenv.
  • Created catalog.conf apache virtualhost into /etc/apache2/sites-available and enable using sudo a2ensite catalog

List of any third-party resources you made use of to complete this project.

project-server-configuration's People

Contributors

junior1q94 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.