pascalwittler / kursbuch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kursbuch

A visual representation of real-time train schedules and connections as German Kursbuch tables

Setup

With Docker

  1. Build the container
docker build -t kursbuch:latest .
  1. Run the container
docker run -p 8080:80 kursbuch                                         # production
docker run -p 8080:80 -v ./public:/usr/local/apache2/htdocs kursbuch   # development
  1. Open a web browser and go to http://localhost:8080

Without Docker

  1. Clone this repository to a web server, for example based on nginx or Apache
  2. Set the public folder as your web root directory

About

License:MIT License


Languages

Language:HTML 81.2%Language:CSS 17.2%Language:JavaScript 1.3%Language:Dockerfile 0.3%