Skip to content

pascalwittler/kursbuch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published