GithubHelp home page GithubHelp logo

udacitylinuxproject's Introduction

Linux Server Configuration

Project Overview

A baseline installation of a Linux server and preparing it to host our web applications, securing it from a number of attack vectors, installing and configuring a database server, and deploying our one of your existing web applications onto it.

Link to Project: ItemCatalog

  • Public IP Address: 35.174.240.109
  • Accessible SSH port: 2200

2. Access VM using SSH

  • Download the private key from Udacity to your local machine.
  • use the below command to connect.
  • ssh -i Privatesshkey [email protected] -p 2200

3. Restart Apache if required to launch the app

 $ sudo service apache2 restart

4. Below is the list of software installed on the VM

* sudo apt-get update
* sudo apt-get upgrade
* sudo dpkg-reconfigure tzdata
* sudo apt-get install apache2 libapache2-mod-wsgi git
* sudo apt-get install libpq-dev python-dev
* sudo apt-get install postgresql postgresql-contrib
* sudo apt-get install python python-pip python-all-dev -y
* sudo pip install SQLAlchemy
* sudo pip install flask
* sudo pip install oauth2client
* sudo pip install requests

udacitylinuxproject's People

Watchers

James Cloos 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.