Skip to content

saruye/vagrant-typo3neos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TYPO3 Neos Vagrant Box

This Vagrant Box is based on the work of Thomas Layh (2013).

Description

Will install the current master of TYPO3 Neos including all required setups for the server environment.

Installation

  1. Download and install Vagrant and VirtualBox

Tested with Vagrant 1.6.3 and VirtualBox 4.3.12 on Mac OS X

  1. 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
    
  2. Clone this repository and change into the project directory git creates

  3. Install required cookbooks

    librarian-chef install
    
  4. Add to your host file

    192.168.23.4 typo3.neos
    
  5. Run

    vagrant up
    
  6. Call the page http://typo3.neos/setup and complete the setup using the TYPO3 Neos setup tool

    Username: root
    Password: root
    
  7. Shutdown with

    vagrant suspend
    
  8. Restart with

    vagrant resume
    

About

Vagrant setup for TYPO3 Neos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%