#MediaCloud ##MediaCloud Install Workflow
Vagrant is use to set up the box. Download and Install from
http://www.vagrantup.com/
Vagrant Plugin for caching installs (speeds up installs)
vagrant plugin install vagrant-cachier
Php Dependency manager (its all the new rage) :) Read up on it. https://getcomposer.org/
https://getcomposer.org/Composer-Setup.exe
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
https://www.youtube.com/playlist?list=PLzk8AQZS663oDAb3DDlWwwMqjnSjZ_xg-
git clone [email protected]:dwoodard/MediaCloud.git
composer install
vagrant up
Vagrant is pointing to 33.33.33.10 C:\Windows\System32\drivers\etc\hosts
33.33.33.10 dev.media.weber.edu
You can Adjust settings in Vagrantfile
delete public/install
after install is complete