make setup- Set up the development sandbox.make dev- Start the development sandbox.make stop- Stop the development sandbox.
The calendar application can be visited on https://calendar.localhost.
The Docker image is published at https://github.com/mgnsk/calendar/pkgs/container/calendar.
As root:
mkdir /opt/mgnsk/calendarcd /opt/mgnsk/calendargit clone https://github.com/mgnsk/calendar.git .
HOSTNAME="my-domain-name.com"As root:
make install
This will:
- Create a Docker volume for the database if not already exists.
- Symlink and reload the systemd service file.
- Enable and start the service.