https://github.com/melanmeg/isucon14_revenge
https://github.com/melanmeg/isucon14_revenge
isucon
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/melanmeg/isucon14_revenge
- Owner: melanmeg
- Created: 2024-12-15T01:32:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T08:57:07.000Z (11 months ago)
- Last Synced: 2025-02-28T12:58:31.626Z (8 months ago)
- Topics: isucon
- Language: Go
- Homepage:
- Size: 3.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ISUCON14 Revenge
予選用リポジトリ
## 初期設定
- SSH後に実行
```bash
$ ssh-keygen -t ed25519 -C "" -f ~/.ssh/id_ed25519 -N "" && \
sudo apt update -y && \
git clone https://github.com/melanmeg/isucon14_revenge.git /tmp/isucon14_revenge && \
mv /home/isucon/webapp /home/isucon/webapp.bk && \
mv /tmp/isucon14_revenge/{*,.gitignore,.github,.git} /home/isucon/ && \
rm -rf /tmp/isucon14_revenge
```