Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 23 days ago
JSON representation

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
```