Giter Site home page Giter Site logo

linux-server-config's Introduction

Project Description

This project is the sixth and final project in the curriculum of Udacity’s Full Stack Web Developer Nanodegree. The Linux Server Configuration project requires using an instance of Ubuntu on Amazon Lightsail, configuring it, securing it and deploying a web application on it. The hosted web application is the item catalog application.

Completed Tasks

  1. Updated all currently installed packages.
  2. Configured the local timezone to UTC.
  3. Created a new user grader and gave them sudo access.
  4. Configured the SSH-key authorization for the grader user.
  5. Enforced SSH-key login.
  6. Prohibited remote root login.
  7. Configured the Uncomplicated Firewall ufw.
  8. Installed various packages such as pip and git.
  9. Changed the default SSH port.
  10. Installed and configured Apache and PostgreSQL.
  11. Cloned the Item Catalog web application repository from GitHub.
  12. Installed the application's dependencies such as sqlalchemy, Flask and oauth2client.

Before Running the Program

The IP address of the server is 52.66.195.248. The SSH port is 2200.

To login as the grader user: $ ssh -i ~/.ssh/udacity_key.rsa -p 2200 [email protected]

Running the Application

Visit http://ec2-52-66-195-248.ap-south-1.compute.amazonaws.com on your browser.

After Running the Program

You should be seeing the homepage of the item catalog web application.

Homepage of Item Catalog Application

Acknowledgments

https://github.com/chuanqin3/udacity-linux-configuration

https://github.com/iliketomatoes/linux_server_configuration

https://github.com/davidduckwitz/udacity-linux-server-config

https://github.com/sagarchoudhary96/P8-Linux-Server-Configuration

linux-server-config's People

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.