Jump to: navigation, search

Difference between revisions of "Solum/solum m2 demo"

Line 24: Line 24:
 
Now, just browse to this URL to see the demo: http://192.168.76.11:9001/solum/
 
Now, just browse to this URL to see the demo: http://192.168.76.11:9001/solum/
  
Common vagrant commands:
+
==== Common Vagrant Commands ====
 
* vagrant halt  --- Stops the running vagrant but doesn't delete anything
 
* vagrant halt  --- Stops the running vagrant but doesn't delete anything
 
* vagrant up --provision  --- Restarts a halted vagrant
 
* vagrant up --provision  --- Restarts a halted vagrant

Revision as of 18:48, 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.]

  • sudo route add -net 192.168.78.0/24 192.168.76.11

Now, just browse to this URL to see the demo: http://192.168.76.11:9001/solum/

Common Vagrant Commands

  • vagrant halt --- Stops the running vagrant but doesn't delete anything
  • vagrant up --provision --- Restarts a halted vagrant
  • vagrant destroy --- Deletes the vagrant and all data (be careful!)

Navigating the Vagrant Screen Sessions

  • To log into the Vagrant session, use "vagrant ssh"
  • To list the screen sessions available use "screen -ls"
  • To connect to a given screen, "screen -x bridge" for example (it works as long as the name is a subset of the screen -ls output)