Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mantoine96/docker-brimir
A Docker container for Brimir.
https://github.com/mantoine96/docker-brimir
Last synced: 3 months ago
JSON representation
A Docker container for Brimir.
- Host: GitHub
- URL: https://github.com/mantoine96/docker-brimir
- Owner: mantoine96
- Created: 2015-08-31T13:45:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-12T12:48:05.000Z (over 8 years ago)
- Last Synced: 2024-09-01T14:02:48.685Z (5 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - mantoine96/docker-brimir - A Docker container for Brimir. (others)
README
Docker Brimir
_____________This project is a Dockerfile / Docker container for the [Brimir ticketing system](https://github.com/ivaldi/brimir).
To build it, after installing [Docker](https://www.docker.com/), run :
```
user@docker : git clone https://github.com/thehunt33r/docker-brimir
user@docker : cd docker-brimir
user@docker : docker build -t brimir .
user@docker : docker run -p 80:3000 -t -d brimir
```Many thanks to philip-dakno for contributing to this project.