Week 1 Activity: Simple Server

This week our assignment was to set up a simple server.

First, I made an account on Digital Ocean and created a droplet which gave me an IP address for my server and I created a password.

Screenshot 2019-02-17 09.50.23.png

Then I downloaded a file from GitHub that our instructor had made with a basic server framework and functionality to track users that visit the site.

I uploaded this to my server using Fetch.

Screenshot 2019-02-10 21.20.50.png

Then in the terminal I logged on to my server and installed those files and ran the server.

Screenshot 2019-02-04 12.06.20.png

Once I got the message that the server was running I opened it in my browser:

Screenshot 2019-02-04 12.06.15.png


Now onto tracking!