Friday, February 26, 2021

Setting Up The Production Server

Now that the code for Mabel is in a functional enough state that I'd be willing to publicly expose it, the next logical step before doing that is to finish setting up the production infrastructure. 

This is gonna entail a couple of steps:

  1. Deploy Mabel and configure it.
  2. Configure the Nginx server to properly server requests for the api.
  3. Install Redis and configure the connection to it.
  4. Configure the RDS database that Mabel will be communicating with.

Once these are all done I can actually start working on the CLIENT application for Robot Fortress.

No comments:

Post a Comment