Skip to content
Snippets Groups Projects
README.md 1.43 KiB
Newer Older
  • Learn to ignore specific revisions
  • # Project Title
    
    erbel's avatar
    erbel committed
    [![build status](https://gitlab.gwdg.de/rwm/de.ugoe.cs.rwm.mocci/badges/master/pipeline.svg)](https://gitlab.gwdg.de/rwm/de.ugoe.cs.rwm.mocci/commits/master)
    
    
    Mocci is a toolchain using the Open Cloud Computing Interface (OCCI) to enable a model-driven cloud orchestration of cloud deployments and its monitoring instruments.
    Moreover, a runtime model manager is provided that grants access to gathered monitoring data.
    
    The following instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
    
    ## OCCI-Studio and MoDMaCAO
    [OCCI-Studio](https://github.com/occiware/OCCI-Studio) is an IDE providing many convenient tools to develop around OCCI. For example, it provides a model editor, graphically and textually. Moreover, it allows to design OCCI extensions and automatically generate code from it.
    In addition to OCCI-Studio the [Model-Driven Configuration Management of Cloud Applications with OCCI (MoDMaCAO)](https://github.com/occiware/MoDMaCAO) extension suite is needed.
    
    [Documentation on how to setup and configure OCCI-Studio](doc/studio.md)
    
    
    ## MartServer
    The [MartServer](https://github.com/occiware/MartServer) represents the OCCI interface to which requests are send in order to build and monitor the cloud application.
    
    [Documentation on how to setup and configure the MartServer](doc/api.md)