Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 936 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 936 Bytes

Cyberrange

Automated virtual machine deployment solution.

Deployment

There are two services, webserver and manager. Webserver deploys a website with a MySQL/MariaDB backend. It makes calls to the VM Manager. The VM Manager makes calls to the oVirt API to manage (create, delete, snapshot, start, etc.) the VMs.

Webserver

  1. git clone https://github.com/CUCyber/cyberrange.git
  2. Update the configuration information in services/webserver/db/config.yaml and services/webserver/web/static/js/config.js.
  3. make webserver

Manager

  1. git clone https://github.com/CUCyber/cyberrange.git
  2. Update the configuration information in services/manager/git/config.yaml and services/manager/ovirt/config.yaml.
  3. make manager

Development

  1. git clone https://github.com/CUCyber/cyberrange.git
  2. Update the configuration information for the service you're changing
  3. Make your changes
  4. Submit a PR