Skip to content

bgpat/isucon-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isucon-boilerplate

usage

initialize

from local PC

create a new repository

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

add members

Invite your team members from https://github.com/$GITHUB_REPOSITORY/settings/access. After them have confirmed, run Update SSH Keys.

in each competition server

Run following commands by root user.

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

cd /
git init
git remote add origin git@github.com:$GITHUB_REPOSITORY.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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published