Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 438 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 438 Bytes

Web Manager

The Web Manager is currenly written with Meteor. Thus said, a Dockerfile is avaiable to run it with Docker.

Meteor

Run with Docker

You may need to install Docker Compose.

Then build the image and run it:

docker build -t fixme-lausanne/totem . # build the Docker image
docker-compose up # add -d to run it in daemon mode