Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 970 Bytes

Readme.rst

File metadata and controls

35 lines (24 loc) · 970 Bytes

TYPO3Flow Vagrant Box

Copyright 2013, Thomas Layh // http://layh.com

Description:

Will install a TYPO3Flow Welcome package including all required setups for the server environment.

Installation:

Tested with Vagrant 1.3.5 and VirtualBox 4.3.2

  1. Download the Vagrant installer from:
    http://downloads.vagrantup.com/

2. Install Librarian and librarian-chef and vagrant-vbguest

vagrant plugin install librarian
vagrant plugin install vagrant-vbguest
vagrant plugin install vagrant-librarian-chef

3. Add to your host file

192.168.23.3 typo3.flow
  1. Run "vagrant up"
    Will take about 10 Minutes, depending on your system speed and download rate
  2. Shutdown with "vagrant suspend" and restart with "vagrant resume"
    This will save the state of the virtual machine. Make sure all your developed stuff is saved somewhere, because if the box crashes for some reason, everything will be gone.