/kstmisucon2021gw

Primary LanguageGoMIT LicenseMIT

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.

install to the competition server

Run following commands in the each competition server:

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

vim /etc/nginx/nginx.conf

track source files by git

git add -f *.go