IMGIITRoorkee / omniport-docker

The Dockerised setup of the one true portal for any and every educational institute
GNU General Public License v3.0
37 stars 23 forks source link

Write scripts for setting up all services akin to the ones used by Django and NGINX #7

Closed dhruvkb closed 5 years ago

dhruvkb commented 5 years ago

As of now, there is a lot of work to be done to set up Omniport, largely populating .env and .yml files. This could and should be automated, thus generating all the environment and configuration files needed to run the codebase.

The goal is to write a bunch of smaller scripts and a mega script that calls them in a meaningful sequence to interactively setup the whole project-wide configurations.

dhruvkb commented 5 years ago

This has been implemented in 082e8ec. Now all services that populate stencils are script-powered. Closing.