Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

dbgofy/isucon12q

Repository files navigation

isucon12q

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/isucon12q/settings/access. After them have confirmed, run Update SSH Keys.

generate and register ssh deploy key

ssh-keygen -t rsa
cat ~/.ssh/id_rsa.pub

Copy the result and register as a deploy key.

install to the competition server

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.

run monitoring servers

make monitoring

Access to 3999 port from your browser.

edit config file

vim /etc/nginx/nginx.conf

track source files by git

git add -f *.go