#Cockpit CMS test Cockpit
##Requirements
- npm, grunt
- Vagrant en VirtualBox.
- bower
- Composer
##Build To build
- Get puphpet.zip from puphpet from
/puphpet/config.yaml
- Add entry
192.168.56.101 cockpit.dev www.cockpit.dev
toC:\Windows\System32\drivers\etc\hosts
vagrant up
the machine- SSH to vm
- Build with following commands
composer create-project aheinze/cockpit cockpit --stability="dev"
npm install
bower install
grunt build