Jump to: navigation, search

Difference between revisions of "Trove/installation"

(Installing Trove with Devstack)
(Installing Trove with Devstack)
Line 7: Line 7:
  
 
# 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/trove-integration.git
 
# $ git clone https://github.com/openstack/trove-integration.git
 
# $ cd ~/trove-integration/scripts
 
# $ cd ~/trove-integration/scripts
 
# $ ~/trove-integration/scripts/redstack install
 
# $ ~/trove-integration/scripts/redstack install
# $ ~/trove-integration/scripts/post-devstack mysql
+
# $ ~/trove-integration/scripts/redstack kick-start mysql
  
 
After you're done with this, you can proceed to testing [[Trove/integration-testing]].
 
After you're done with this, you can proceed to testing [[Trove/integration-testing]].

Revision as of 23:54, 13 August 2013

Installing Trove with Devstack

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

Please note: Trove can be installed without prior cloning of devstack.git (see: https://bugs.launchpad.net/trove-integration/+bug/1211203)

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

After you're done with this, you can proceed to testing Trove/integration-testing.