Jump to: navigation, search

Difference between revisions of "Trove/installation"

m (Hubcap moved page Reddwarf-installation to Trove/installation)
(Installing Reddwarf with Devstack)
Line 1: Line 1:
  
= Installing Reddwarf with Devstack =
+
= Installing Trove with Devstack =
  
 
This has been tested on Ubuntu 12.04 Instance on HPCloud and RAX Cloud.
 
This has been tested on Ubuntu 12.04 Instance on HPCloud and RAX Cloud.
Line 6: Line 6:
 
# Boot 12.04 Precise instance on HPCloud or RAX Cloud.
 
# Boot 12.04 Precise instance on HPCloud or RAX Cloud.
 
# $ git clone https://github.com/openstack-dev/devstack.git
 
# $ git clone https://github.com/openstack-dev/devstack.git
# $ git clone https://github.com/stackforge/reddwarf-integration.git
+
# $ git clone https://github.com/openstack/trove-integration.git
 
# $ ~/reddwarf-integration/scripts/redstack install
 
# $ ~/reddwarf-integration/scripts/redstack install
 
# $ ~/reddwarf-integration/scripts/redstack kick-start mysql
 
# $ ~/reddwarf-integration/scripts/redstack kick-start mysql
  
 
After you're done with this, you can proceed to testing [[reddwarf-redstack-testing]].
 
After you're done with this, you can proceed to testing [[reddwarf-redstack-testing]].

Revision as of 21:26, 20 June 2013

Installing Trove with Devstack

This has been tested on Ubuntu 12.04 Instance on HPCloud and RAX Cloud.

  1. Boot 12.04 Precise instance on HPCloud or RAX Cloud.
  2. $ git clone https://github.com/openstack-dev/devstack.git
  3. $ git clone https://github.com/openstack/trove-integration.git
  4. $ ~/reddwarf-integration/scripts/redstack install
  5. $ ~/reddwarf-integration/scripts/redstack kick-start mysql

After you're done with this, you can proceed to testing reddwarf-redstack-testing.