https://github.com/sota1235/isucon_utils
ISUCON scripts for me
https://github.com/sota1235/isucon_utils
Last synced: about 1 month ago
JSON representation
ISUCON scripts for me
- Host: GitHub
- URL: https://github.com/sota1235/isucon_utils
- Owner: sota1235
- Created: 2022-07-18T07:05:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-24T05:19:35.000Z (over 1 year ago)
- Last Synced: 2025-04-14T20:19:03.046Z (3 months ago)
- Language: Makefile
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ISUCON utils
Just for me.
# How to set up
## For infrastructure player
1. Setting up ssh
- Rewrite `setting_up_ssh` command on Makefile
2. Run `make setting_up_ssh` command
3. Run `make bootstrap` command## For other players
After setting up by infrastructure player, test it.
1. Copy [tools/ssh/config_local](tools/ssh/config_local) to local ssh config file and rewrite TODO statements.
2. Test `ssh ${target}` command# How to use
## Makefile usage
If you want to use commands for specific ssh client, you can use `SSH_NAME`.
```shell
make bootstrap SSH_NAME=isucon11-2
```You can specify git branch name by use `GIT_BRANCH`
```shell
make bootstrap GIT_BRANCH=feature-nplus1
```