Installation ============ Machine certificate is required in /etc/grid-security. Start and enable required daemons: service memcached start # need to be restarted if already running service httpd restart systemctl enable httpd systemctl enable memcached Now, you can access rOCCI server on port 11443. By default only dummy backend is activated. For more information visit: https://github.com/EGI-FCTF/rOCCI-server/wiki/rOCCI-Server-Admin-Guide Testing ======= Requirements: rOCCI-server-tests rubygem(guard-test) # not in Fedora (2014) Launch: cd /usr/share/rOCCI-server # use Gemfile needed for tests export BUNDLE_GEMFILE=Gemfile.tests # use local versions of all gems rm -f Gemfile.lock bundle install --local # launch the tests using bundler bundle exec rspec -Ilib spec --require spec_helper