Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.29 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.29 KB

itsec - Test Application

This repository contains the application used in kmom03 in the course "Information Security with Web Applications" (DV1616).

Requirements

To run the application, the user needs to have Docker installed.

Installation

To start the application, navigate to the application folder and run:

docker-compose up -d

MariaDB

Once running, you can access the database with: mysql:host=itsec-anax-db; or by browsing to http://localhost:8081/ to access an instance of Adminer.

The default login is root/example but can be changed at line 14 in docker-compose.yml.

SQL

The application will not load without the basic categories and these can be added by running sql/restore.sql either via docker exec or by using Adminer.

Usage

The website can be accessed by browsing to http://localhost:8082/ in your preferred browser.

Note

The database container is using a consistent volume.

Credits

Original work done by Niklas Andersson (AuroraBTH) and Magnus Greiff (MagnusGreiff), now maintained by the dbwebb-team.