Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manonworld/nette-boilerplate
Dockerized Boilerplate for Nette
https://github.com/manonworld/nette-boilerplate
docker docker-compose nette
Last synced: 16 days ago
JSON representation
Dockerized Boilerplate for Nette
- Host: GitHub
- URL: https://github.com/manonworld/nette-boilerplate
- Owner: manonworld
- Created: 2021-06-23T09:34:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-23T23:18:45.000Z (over 3 years ago)
- Last Synced: 2024-11-05T12:35:49.606Z (2 months ago)
- Topics: docker, docker-compose, nette
- Language: Latte
- Homepage: https://manonworld.de
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
Awesome Lists containing this project
README
# Nette Boilerplate
Boilerplate with Nette Framework
Dockerized nette framework installation
#### Installation
Simply run ``` docker-compose up -d --build ``` or ``` make install ```
#### Running
Point your browser to ``` localhost:8000 ``` and you are good to go.
#### Cleaning
Just run ``` docker-compose down ``` or ``` make clean ```