Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.82 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.82 KB

TravisCI Code Climate Test Coverage

Pouta Blueprints

Pouta Blueprints is a frontend to manage cloud resources and lightweight user accounts. Currently supported resource types are

  • OpenStack driver, which can be used to launch instances on OpenStack cloud.
  • [Docker driver] (pouta_blueprints/drivers/provisioning/README_docker_driver.md), for running web notebook instances in Docker containers on a pool of virtual machines.
  • Pouta Virtualcluster, which can be used to launch clusters on cPouta.

Additional resources can be added by implementing the driver interface /pouta_blueprints/drivers/provisioning/base_driver.py

Installation on cPouta

To install Pouta Blueprints in your project on cPouta, see how_to_install_on_cpouta.md

Installation of development environment

Provided Vagrantfile can be used to start a new Pouta Blueprints instance (requires VirtualBox or Docker)

vagrant up

or

vagrant up --provider=docker

After the installation the first admin user is created by using the initialization form at (http://localhost:8080/#/initialize)