Skip to content

Latest commit

 

History

History
59 lines (58 loc) · 2.24 KB

README.md

File metadata and controls

59 lines (58 loc) · 2.24 KB

remote-recipe

A simple webapp to store and display recipes.

Steps to setup on a remote

There are the instructions for setting up this web application on a dresh Digital Ocean Droplet using Ubuntu.

Connect to the remote

  1. Ensure Droplet is started and assigned a Reserved IP
  2. SSH into the Droplet

Download the code

  1. In the terminal, setup a new directory repos and enter it by typing the following:
    mkdir repos
    cd repos
    
  2. Clone the git repository by typing the following:
    git clone https://github.com/Grantsuu/remote-recipe.git
    
  3. Configure git with email and user name:
    git config --global user.email "[email protected]"
    git config --global user.name "Your Name"
    

Install necessary packages

  1. Download and install the following packages. Refer to the links if assistance is required on individual packages.
  2. After installing everything succesfully, it may be a good idea to reboot the Droplet