web_AI-5/README.md

46 lines
1.4 KiB
Markdown
Raw Normal View History

2017-10-20 19:48:21 +02:00
# web_AI-5
2017-10-20 19:48:36 +02:00
This repository contains the code to the case study Ivan and Andreas had to
make during the 5th semester.
The repository exists mostly as a place to work together and for educational
purposes in case someone needs inspiration for this own school projects.
Dieses Repository enthält den Code der Webtechnologie Case Study von Ivan und
Andreas. Das Repository existiert hauptsächlich für die Zusammenarbeit sowie als
Inspiration falls jemand ähnlich Schulprojekte hat.
### Installation und Guidelines
##### Installation
2017-11-03 16:52:57 +01:00
To get started with this repository make sure that you have Virtualbox
5.1.30 and Vagrant 2.0.0 installed. Vagrant 2.0.0 currently doesn't
support Virtualbox 5.2.
After you have installed Vagrant and Virtualbox run this command in a
terminal to make sure that you have installed the Virtualbox plugin
for Vagrant.
2017-10-20 19:48:36 +02:00
``` bash
vagrant plugin install vagrant-vbguest
```
2017-11-03 16:52:57 +01:00
To start the virtual machine then run this command from the root of
the repository (where the file "Vagrantfile" is stored).
``` bash
vagrant up
```
Vagrant will then provision a virtual machine according to the
specifications in the "Vagrantfile" file. After it's finished you
should be able to access the web page under http://localhost:8000
2017-10-20 19:48:36 +02:00
### Support
We don't provide any support for the content in this repository.
### License
2017-10-29 18:51:58 +01:00
The project is licensed under the GPLv3 license.