Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bgpat/isucon8q-20190825


https://github.com/bgpat/isucon8q-20190825

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# isucon-boilerplate

## usage

### initialize

Replace `$GITHUB_REPO_URL` and execute the following commands in the competition machine.
(e.g., `GITHUB_REPO_URL=https://github.com/bgpat/isucon-boilerplate.git`)

```bash
cd /
git init
git remote add origin $GITHUB_REPO_URL
git fetch origin master
git reset --hard FETCH_HEAD
make USERS="bgpat fono09 Goryudyuma"
```

### edit config file

```bash
vim /etc/nginx/nginx.conf
```

### track source files by git

```bash
git add -f *.go
```