Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 753 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 753 Bytes

container-platform

The official repository of the container platform of GUSAC

What does this do

Right now, this code is written to host static sites, and can run python web apps.

Index

ContainerManagement.py : This is the main file containing the functions to create the containers.
PlatformManager.py : This is the file to manage the PaaS containers. This is still not complete.
Config_files : This directory contains the config file templates for the server configuration.
test_python: This is just for testing

To DO

  • Need to add the package manager support for the web app containers, other than python.
  • REST API for managing the containers
  • CLI for users
  • Database containers
  • Wordpress Hosting