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
-
Virtualization has to be activated in BIOS
-
6GB disk space locally. If possible use a SSD disk for better performance.
-
Hyper-V in Windows has to be inactive
-
For Windows 7 install new PowerShell
-
For MAC: System Settings -> Security --> Allow Virtual Box
-
Install Virtual Box
-
Install Vagrant by HashiCorp
-
Reboot your computer
-
Recommended: Install PHPStorm Toolbox
-
Optional: Install GitHub Desktop
- Vagrant 2.1.4
- Virtual Box 5.2.18
- PHPStorm 2018.1.6
- Download or clone hgb-phpdev from GitHub
- Open PowerShell or terminal
cd \<path-to\>hgb-phpdev- Create a directory
code - This
codedirectory, is mapped to /var/www/html/code in the image via shared folders. - While first
vagrant upyou 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