Vai al file
Ivan Hörler 515cc9e18e git on new line in Fazit 2018-03-16 11:55:49 +01:00
ansible update the apache configuration in the ansible role 2018-01-14 13:07:16 +01:00
apache add pictures to the article details page 2017-12-31 15:12:09 +01:00
django Added some Currencies stuff and a Architecture pic. 2018-03-09 11:06:10 +01:00
docs extend the time table 2018-03-02 22:35:12 +01:00
presentation git on new line in Fazit 2018-03-16 11:55:49 +01:00
sql change the article status to active 2017-12-28 16:23:02 +01:00
.gitignore add migrations to the ignore list 2018-01-13 09:36:25 +01:00
LICENSE Initial commit 2017-10-20 19:48:21 +02:00
README.md Commit to push to github 2018-03-09 18:05:14 +01:00
Vagrantfile add a cronjob to trigger the currency updates 2018-01-13 09:37:38 +01:00

README.md

web_AI-5

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

To get started with this repository make sure that you have Virtualbox and Vagrant installed.

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.

vagrant plugin install vagrant-vbguest

To start the virtual machine then run this command from the root of the repository (where the file "Vagrantfile" is stored).

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:8080

To access the admin panel visit http://localhost:8080/admin the default login is "admin" and the corresponding password is "password". By default the application contains some example categories and articles as well as a test user. The username of the test user is "test_user" and the password is "password".

Support

We don't provide any support for the content in this repository.

License

The project is licensed under the GPLv3 license.