Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 875 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 875 Bytes

isucon11-prior-20210814

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/dbgofy/isucon11-prior-20210814/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/dbgofy/isucon11-prior-20210814.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