Skip to content

zanvd/tpo3

Repository files navigation

Homestead installation

Homestead Reference

Clone TPO repo:

TPO3

Install:

  • 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)

Install Homestead:

  1. clone repo: homestead
  2. cd into folder
  3. checkout to latest stable (see Releases)
  4. run init script (Linux: init.sh, Windows: init.bat)
  5. copy Homestead.yaml from TPO repo (virt-conf/Homestead.yaml) to homestead root
  6. (optional) Modify configuration to suite your needs.
  7. copy .env-dev from TPO repo (virt-conf/.evn-dev) to TPO root and rename to .env
  8. add line to your hosts /etc/hosts file (on Windows C:\Windows\System32\drivers\etc\hosts): 192.168.100.2 patronaza.tpo

Post installation:

  1. start virtual machine vagrant up
  2. ssh into machine vagrant ssh
  3. update machine with sudo apt-get update and upgrade.
  4. (optional) Reload guest after upgrade if asked and ssh back in after done.
  5. move into guest shared folder
  6. run composer install
  7. check on URL: https://patronaza.tpo

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages