The complete documentation is located here http://washingtonstateuniversity.github.io/WSUMAGE-base/
##Quick start
This is a Magento web app repo. This is loaded in to a server base project such as https://github.com/washingtonstateuniversity/WSU-Web-Serverbase . This project may be loaded with other web apps as well, but it's all loaded in with the server base. A web app can't live without the server. The steps to get this project up is
-
git clone the server base
$ git clone https://github.com/washingtonstateuniversity/WSU-Web-Serverbase.git devserver
-
git clone the web app to the www folder
$ git clone https://github.com/washingtonstateuniversity/WSUMAGE-base.git app/store.wsu.edu
-
Start your local environment
$ vagrant up
Those are the steps for your local dev environment. You may also highstate the project on its own, but it must be on a ready server. That is salt-call state.highstate env=store.wsu.edu
.
More will come. Thank you for reading.