tree: ddaf4f91f69cad691f888078f59dcbc9c924f06d [path history] [tgz]
  1. bin/
  2. lib/
  3. public/
  4. views/
  5. app.rb
  6. config.ru
  7. Gemfile
  8. Gemfile.lock
  9. init.rb
  10. README.md
clients/cimi/README.md

CIMI Frontend

Prerequisites

Start Deltacloud API with CIMI option:

$ cd core/server
$ deltacloudd -i mock -f cimi

Then start CIMI Frontend server and point to Deltacloud API URL:

$ cd core/clients/cimi
$ bundle
$ ./bin/start -u "http://localhost:3001/cimi"