Create a new repository from https://github.com/bgpat/isucon-boilerplate/generate.
Invite your team members from https://github.com/dbgofy/isucon12q/settings/access. After them have confirmed, run Update SSH Keys.
ssh-keygen -t rsa
cat ~/.ssh/id_rsa.pub
Copy the result and register as a deploy key.
Run following commands in the each competition server:
cd /
git init
git remote add origin git@github.com:dbgofy/isucon12q.git
git fetch origin master
git reset --hard FETCH_HEAD
make
Add deploy key and run git push -u origin master
.
make monitoring
Access to 3999 port from your browser.
vim /etc/nginx/nginx.conf
git add -f *.go