https://github.com/clarus/web
The configuration of my web server.
https://github.com/clarus/web
Last synced: 9 months ago
JSON representation
The configuration of my web server.
- Host: GitHub
- URL: https://github.com/clarus/web
- Owner: clarus
- Created: 2014-11-19T15:38:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T13:55:47.000Z (over 5 years ago)
- Last Synced: 2025-04-14T22:47:26.469Z (9 months ago)
- Language: Dockerfile
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web
The configuration of my web server.
## Use
make # build the container `web`
make stop # stop the server
make start # start the server
In practice:
git pull && make && make stop ; make start