Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

dbgofy/isucon10-qualify

Repository files navigation

isucon10-qualify-Private

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/isucon10-qualify-Private/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/isucon10-qualify-Private.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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published