Skip to content

Installation guide (homestead)

Boris Budini edited this page Mar 5, 2018 · 1 revision

Homestead

  1. Map Identihub on Homestead.yaml.
  2. Copy the .env.example to .env and update the latter accordingly.
  3. Run Vagrant.

(Optional) Modify /etc/hosts on the host machine to include identihub:

192.168.10.10   identihub.test

Modify the Homestead.yaml (in the Homestead directory) to add an alias identihub.test to the project's document root.


.....
sites:
    - map: identihub.test
      to: /home/vagrant/code/identihub/public
      php: "7.2"
.....