A proof-of-concept GUI for (r)OCCI
- Ruby 2+ (and devel dependencies) installed
memcached
installed and running onlocalhost:11211
nodejs
installed
gem install bundler
git clone https://github.com/arax/guocci.git
cd guocci
bundle install
export GUOCCI_VOMS_PROXY_PATH="/tmp/x509up_u$(id -u)"
export GUOCCI_CA_PATH="/etc/grid-security/certificates"
bundle exec rails s
Go to http://localhost:3000.