https://github.com/tardo/gmg-template
Copier template for GMG
https://github.com/tardo/gmg-template
copier-template gmg
Last synced: 3 months ago
JSON representation
Copier template for GMG
- Host: GitHub
- URL: https://github.com/tardo/gmg-template
- Owner: Tardo
- Created: 2022-05-07T21:07:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-04T21:12:59.000Z (about 3 years ago)
- Last Synced: 2025-02-02T08:42:24.741Z (5 months ago)
- Topics: copier-template, gmg
- Language: Jinja
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GMG Copier Template
#### Requirements
- Python 3.7 or newer (3.8 or newer if you're on Windows).
- Git 2.27 or newer.
- Docker and docker-compose.```shell
pip install pipx
pipx install copier
pipx ensurepath
```#### Run this copier template
```
copier copy gh:Tardo/gmg-template gmg
cd gmg
docker-compose up -d
```In development mode now can visit: http://locahost:8080