This Vagrant Box is based on the work of Thomas Layh (2013).
Will install the current master of TYPO3 Neos including all required setups for the server environment.
- Download and install Vagrant and VirtualBox
Tested with Vagrant 1.6.3 and VirtualBox 4.3.12 on Mac OS X
Install required plugins
vagrant plugin install librarian vagrant plugin install librarian-chef vagrant plugin install vagrant-vbguest vagrant plugin install vagrant-librarian-chef vagrant plugin install vagrant-hostmanager vagrant plugin install vagrant-omnibus
Clone this repository and change into the project directory git creates
Install required cookbooks
librarian-chef install
Add to your host file
192.168.23.4 typo3.neos
Run
vagrant up
Call the page http://typo3.neos/setup and complete the setup using the TYPO3 Neos setup tool
Username: root Password: root
Shutdown with
vagrant suspend
Restart with
vagrant resume