Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bgpat/isucon8q-bremen
https://github.com/bgpat/isucon8q-bremen
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bgpat/isucon8q-bremen
- Owner: bgpat
- License: mit
- Created: 2018-09-14T22:29:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T11:14:24.000Z (about 1 year ago)
- Last Synced: 2024-10-31T05:31:47.357Z (2 months ago)
- Language: Go
- Size: 97.7 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# isucon-boilerplate
## usage
### initialize
```bash
cd /
git init
git remote add origin https://github.com/bgpat/isucon-boilerplate
git fetch origin master
git reset --hard FETCH_HEAD
/files/bootstrap.sh bgpat owlworks Goryudyuma
```### edit config file
```bash
vim /etc/nginx/nginx.conf
```### track source files by git
```bash
git add -f *.go
```