Jump to: navigation, search

Difference between revisions of "Solum/solum m2 demo"

m
Line 4: Line 4:
  
 
=== Solum Demo Vagrant Installation Instructions ===
 
=== Solum Demo Vagrant Installation Instructions ===
 +
''Note: These installation instructions were tested on Mac OS X v10.7.5.''
 +
 
* 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.
* z
+
* Make a directory for a github repository; this demo uses an arbitrary "mkdir solum_vagrant".
 +
* cd solum_vagrant
 +
* git clone https://github.com/ed-/vagrant-solum-dev
 +
* cd vagrant-solum-dev
 +
* git checkout remotes/origin/djangodemo
 +
*

Revision as of 16:19, 30 April 2014

Solum M2 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.

  • 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.
  • Make a directory for a github repository; this demo uses an arbitrary "mkdir solum_vagrant".
  • cd solum_vagrant
  • git clone https://github.com/ed-/vagrant-solum-dev
  • cd vagrant-solum-dev
  • git checkout remotes/origin/djangodemo