erikik8090 / codeguru-django

The WIP client-server architecture build
GNU General Public License v3.0
1 stars 0 forks source link

Dockerization & Deployment #1

Open alfasi opened 5 years ago

alfasi commented 5 years ago

Add various things to allow new comers to execute the application with a single command and hopefully when its time to deploy it'll be possible to deploy an actual machine with docker containers in production mode. Also use various standards like setup.py and Makefile.

Optional, not sure how far this piece of code is intended to go (hopefully long enough):

erikik8090 commented 5 years ago

Sounds like a great idea.

Optional, not sure how far this piece of code is intended to go (hopefully long enough):

The current plan for this code is for the CodeGuru Extreme RISC-V event / Hackathon, and I don't believe we will do anything that is more then one server / host. It isn't a top priority to prepare for deployment, but it would be nice for future proofing.