create a new repository
- Create a new repository from https://github.com/dbgofy/isucon-boilerplate/generate.
add members
- Invite your team members from https://github.com/$GITHUB_REPOSITORY/settings/access.
- Run Update SSH Keys.
Run following commands by root user.
generate and register ssh deploy key
ssh-keygen -t rsa
cat ~/.ssh/id_rsa.pubCopy the result and register as a deploy key.
install
cd /
git init
git remote add origin [email protected]:$GITHUB_REPOSITORY.git
git fetch origin master
git reset --hard FETCH_HEAD
makeAdd deploy key and run git push -u origin master.
make monitoringAccess to 3999 port from your browser.
vim /etc/nginx/nginx.confcd /home/isucon
git add -f *.go