Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Latest commit

 

History

History
51 lines (37 loc) · 1.98 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.98 KB

hgb-phpdev

Warning: This project is discontinued and has been superseded by fhooe-webdev. This repository is kept solely for archiving purposes.

Repo to provide a Vagrantfile for a web development environment for excercises in web lessons

Visit us at https://www.fh-ooe.at/en/hagenberg-campus/

See the Wiki to learn how the vagrant box was built.

For Troubleshooting Tips see the Wiki

Install

Versions tested

  • Vagrant 2.1.4
  • Virtual Box 5.2.18
  • PHPStorm 2018.1.6

Usage

  • Download or clone hgb-phpdev from GitHub
  • Open PowerShell or terminal
  • cd \<path-to\>hgb-phpdev
  • Create a directory code
  • This code directory, is mapped to /var/www/html/code in the image via shared folders.
  • While first vagrant up you need a stable internet connection for downloading the box file
  • vagrant up (to start image)
  • vagrant halt (to stop image)
  • vagrant ssh (if you need a bash)
  • for more information see Vagrant Documentation

Test installation and mapping in browser