Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 711 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 711 Bytes

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