Friday, 10 March 2017

Web Server Setup

I focused this week on setting up our web server for use with the Kubus installation. I completed the following tasks:
  • Set up git for managing the source code of the project
  • launch a test Node.js application on the server and use PM2 to control restarting it if the server restarts
  • Set the Kubus domain name DNS settings to point to the server
  • Begin setting up Express to redirect incoming traffic to the right places on the server.
Express isn't fully yet, but I'll get this setup finished soon so the team can begin testing the application in preparation for the beta presentation.

No comments:

Post a Comment