Jump to: navigation, search

Difference between revisions of "Solum/solum m2 demo"

m
Line 1: Line 1:
== Solum M2 Demo ==
+
== Solum Milestone 2 Demo ==
  
The Solum M2 Demo represents the longer term program direction and does not represent currently implemented Solum features.
+
The [http://solum.io Solum] M2 Demo represents the longer term program direction and does not represent currently implemented Solum features.
  
 
=== Solum Demo Vagrant Installation Instructions ===
 
=== Solum Demo Vagrant Installation Instructions ===
Line 10: Line 10:
 
* 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_vagrant".
 
* cd solum_vagrant
 
* cd solum_vagrant
* git clone https://github.com/ed-/vagrant-solum-dev
+
* git clone https://github.com/rackerlabs/vagrant-solum-dev
* cd vagrant-solum-dev
+
* cd ..
* git checkout remotes/origin/djangodemo
 
* cd ../..
 
 
* mkdir solum_m2demo
 
* mkdir solum_m2demo
 
* cd solum_m2demo
 
* cd solum_m2demo
Line 20: Line 18:
 
<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
 
+
* vagrant up
* cd ../solum_vagrant/vagrant-solum-dev
 
* vim Vagrantfile
 
* x
 

Revision as of 17:32, 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

  • vagrant up