Skip to content

bgpat/yisucon-20190629

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isucon-boilerplate

usage

initialize

Replace $GITHUB_REPO_URL and execute the following commands in the competition machine.
(e.g., GITHUB_REPO_URL=https://github.com/bgpat/isucon-boilerplate.git)

cd /
git init
git remote add origin $GITHUB_REPO_URL
git fetch origin master
git reset --hard FETCH_HEAD
make USERS="bgpat fono09 Goryudyuma"

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