tree: 03b1513e7329a09e651294596fde187842b31e1a [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"