Skip to content

Self-hosted tool to make custom Hasselt University course calendars.

Notifications You must be signed in to change notification settings

BrentChesny/uhcal

Repository files navigation

Custom UHasselt Calendars

This self-hosted tool allows you to create customized iCal files that contain exactly the courses that you want.

Installation

Installing this tool on your web-server is fairly straightforward. Just follow the following steps:

  • Clone the repository on your web-server.
  • Point the root of your web-server to the public folder in the repository.
  • Make sure you have Composer and npm/Yarn installed.
  • In the root of the repository, run the following commands:
    • sudo chown -R :www-data .
    • composer install
    • cp .env.example .env
    • php artisan key:generate
    • touch database/database.sqlite
    • php artisan migrate
    • npm install or yarn install
    • npm run production or yarn run production

About

Self-hosted tool to make custom Hasselt University course calendars.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published