- Virtualbox (or VmWare - will have to modify configuration files on your own)
- Vagrant 1.9.0 (has to be this version as 1.9.3 doesn't work)
- clone repo: homestead
- cd into folder
- checkout to latest stable (see Releases)
- run init script (Linux: init.sh, Windows: init.bat)
- copy Homestead.yaml from TPO repo (virt-conf/Homestead.yaml) to homestead root
- (optional) Modify configuration to suite your needs.
- copy .env-dev from TPO repo (virt-conf/.evn-dev) to TPO root and rename to .env
- add line to your hosts /etc/hosts file (on Windows C:\Windows\System32\drivers\etc\hosts):
192.168.100.2 patronaza.tpo
- start virtual machine
vagrant up
- ssh into machine
vagrant ssh
- update machine with
sudo apt-get update
andupgrade
. - (optional) Reload guest after upgrade if asked and ssh back in after done.
- move into guest shared folder
- run
composer install
- check on URL: https://patronaza.tpo