Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bgpat/kstmisucon2021gw


https://github.com/bgpat/kstmisucon2021gw

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# kstmisucon2021gw

## usage

### initialize

#### ~create a new repository~ already done

Create a new repository from https://github.com/bgpat/isucon-boilerplate/generate.

#### add members

Invite your team members from https://github.com/bgpat/kstmisucon2021gw/settings/access.
After them have confirmed, run [Update SSH Keys](https://github.com/bgpat/kstmisucon2021gw/actions?query=workflow%3A%22Update+SSH+Keys%22).

#### install to the competition server

Run following commands in the each competition server:

```bash
cd /
git init
git remote add origin https://github.com/bgpat/kstmisucon2021gw.git
git fetch origin master
git reset --hard FETCH_HEAD
make
```

Add deploy key and run `git push -u origin master`.

### edit config file

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

### track source files by git

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