Jump to: navigation, search

Difference between revisions of "Solum/solum m2 demo"

Line 8: Line 8:
 
* Install Vagrant (http://www.vagrantup.com/downloads.html); tested with Vagrant v1.5.4
 
* Install Vagrant (http://www.vagrantup.com/downloads.html); tested with Vagrant v1.5.4
 
* Note: From a command prompt, "vagrant plugin install vagrant-omnibus" was executed but this step should NOT be needed.  Including only in case there is an issue as something to try.
 
* Note: From a command prompt, "vagrant plugin install vagrant-omnibus" was executed but this step should NOT be needed.  Including only in case there is an issue as something to try.
* Make a directory for a github repository; this demo uses an arbitrary "mkdir solum_vagrant".
+
* Make a directory for a github repository; this demo uses an arbitrary "mkdir /solum_demo" (using / for simplicity and example, please choose the right location for your project and adjust the example paths accordingly).
* cd solum_vagrant
+
* cd /solum_demo
* git clone https://github.com/rackerlabs/vagrant-solum-dev
+
* git clone https://github.com/rackerlabs/vagrant-solum-dev.git
* cd ..
+
* git clone https://github.com/rackerlabs/solum-m2demo-ui.git
* git clone https://github.com/rackerlabs/solum-m2demo-ui
+
* "export WEBGUI=/solum_demo/solum-m2demo-ui"
* "export WEBGUI=full_path_to_vagrant" --- Substitute the full path to the vagrant-solum-dev directory where Vagrantfile exists in place of full_path_to_vagrant
 
 
<br>
 
<br>
 
Note: This demo uses docker containers by default but if a virtual machine is desired instead, add this command: export SOLUM_IMAGE_FORMAT=vm
 
Note: This demo uses docker containers by default but if a virtual machine is desired instead, add this command: export SOLUM_IMAGE_FORMAT=vm
* cd solum_vagrant/vagrant-solum-dev
+
* cd vagrant-solum-dev
 
* vagrant up
 
* vagrant up
  

Revision as of 18:14, 30 April 2014

Solum Milestone 2 Demo

The Solum M2 Demo represents the longer term program direction and does not represent currently implemented Solum features.

Solum Demo Vagrant Installation Instructions

Note: These installation instructions were tested on Mac OS X v10.7.5.


Note: This demo uses docker containers by default but if a virtual machine is desired instead, add this command: export SOLUM_IMAGE_FORMAT=vm

  • cd vagrant-solum-dev
  • vagrant up

[This may take about 15 minutes or so to install.]


Navigating the Vagrant Screen Sessions

  • To log into the Vagrant session, use "vagrant ssh"
  • To list the screen sessions available use "screen -ls"