https://github.com/nau7ilus/abimania-shop
https://github.com/nau7ilus/abimania-shop
docker pretix
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nau7ilus/abimania-shop
- Owner: nau7ilus
- Created: 2024-12-22T01:14:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-09T19:23:02.000Z (3 months ago)
- Last Synced: 2025-03-09T20:24:13.124Z (3 months ago)
- Topics: docker, pretix
- Language: Makefile
- Homepage: https://abimania2025.de
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# abimania-shop
### Developer Environment#### Prerequisities:
- install `mkcert` and `nss`
- add to /etc/hosts
```
127.0.0.1 abimania.local
127.0.0.1 tickets.abimania.local
127.0.0.1 grafana.abimania.local
127.0.0.1 hd.abimania.local
```#### Start
```
export ENVIRONMENT=development
make install-ssl-certificates
make dev
```### Prod start
```
export ENVIRONMENT=production
make prod
make pretix-addcron
```