Olynet Wiki
Olynet's Self Service and Troubleshooting for dorm residents of the Olympisches Dorf regarding connectivity to the dorm's network and the internet.
Develop
- Install Docker and docker-compose
- Build the wiki with
docker-compose build app
- Spin up the container,
docker-compose up
- Visit
http://localhost:3000
to view dev server - Happy coding!
Useful commands:
$ docker-compose start # Start development server (container)
$ docker-compose stop # To stop
$ docker-compose restart # To restart
$ docker-compose down # To remove the container
Credits
License
MIT License