Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knyar/buffalo
We try things with buffalo sauce
https://github.com/knyar/buffalo
Last synced: about 1 month ago
JSON representation
We try things with buffalo sauce
- Host: GitHub
- URL: https://github.com/knyar/buffalo
- Owner: knyar
- Created: 2021-08-29T20:08:24.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T20:04:13.000Z (4 months ago)
- Last Synced: 2024-10-03T11:55:39.952Z (about 2 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Good With Buffalo
This is the source code for [withbuffalo.com](https://withbuffalo.com/)
## Development mode
```DRY_RUN=1 go run main.go```
## Production mode
```bash
docker build -t buffalo .
docker run -d --restart always --name buffalo \
-p 8000:8000 \
-e MYSQL_DB=username:password@protocol(address)/dbname \
-e API_KEY=XXXXXXX \
-e API_SECRET=YYYYYYYY \
-e ACCESS_TOKEN=XYXYXYXYX \
-e ACCESS_TOKEN_SECRET=YXYXYXYXYX \
buffalo
```