https://github.com/cvilleger/mixer-stats
https://github.com/cvilleger/mixer-stats
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cvilleger/mixer-stats
- Owner: cvilleger
- Created: 2019-10-30T01:12:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-17T02:27:49.000Z (about 2 years ago)
- Last Synced: 2025-02-02T00:41:15.661Z (4 months ago)
- Language: PHP
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
What things you need to install the software and how to install them?
- [Docker CE](https://www.docker.com/community-edition)
- [Docker Compose](https://docs.docker.com/compose/install)### Install
- (optional) Create your `docker-compose.override.yml` file
```bash
cp docker-compose.override.yml.dist docker-compose.override.yml
```
> Notice : Check the file content. If other containers use the same ports, change yours.#### Init
```bash
cp .env.dist .env
docker-compose up -d
docker-compose exec --user=application web bash
```