Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

BMSTU-Schedule/bmstu-schedule-web

Repository files navigation

BMSTU-Schedule Web Application

The app generates .ics file with the schedule for a certain group in BMSTU.

The working site is here: http://bmstu-schedule.ru

Running the app

  1. At first clone the repository:
git clone https://github.com/BMSTU-Schedule/web.git
cd web
  1. Build the docker image:
docker build -t bmstu-ical .
  1. Run a container (replace <PORT> with port you want to listen):
docker run -p <PORT>:80 -v <PATH_WITH_ICS>:/ics bmstu-ical

Open http://localhost:<PORT> in the browser.