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