Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilgooz/chevent-web
Chevent web-app
https://github.com/ilgooz/chevent-web
Last synced: about 1 month ago
JSON representation
Chevent web-app
- Host: GitHub
- URL: https://github.com/ilgooz/chevent-web
- Owner: ilgooz
- Created: 2015-10-07T02:27:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-07T13:47:30.000Z (about 9 years ago)
- Last Synced: 2024-06-19T04:14:47.727Z (5 months ago)
- Language: Go
- Size: 256 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chevent-web
Chevent web-app### Requirements
* Docker (https://docs.docker.com/installation)
* free 80 port### Install
```
wget --no-cache \
https://raw.githubusercontent.com/codeui/chevent-web/master/Makefile \
-O Makefile && sudo DOMAIN=chevent.xyz make
```