Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corrupt952/beestrap
https://github.com/corrupt952/beestrap
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/corrupt952/beestrap
- Owner: corrupt952
- Created: 2023-11-19T20:24:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T15:07:04.000Z (about 1 year ago)
- Last Synced: 2023-11-24T16:50:42.615Z (about 1 year ago)
- Language: Ruby
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# beestrap
ISUCON**練習**向けにサーバセットアップを自動化・構成管理するためのリポジトリ
## ツール
各種ツール経由でインストールされるパッケージやツールは、各種設定ファイルを参照のこと
- [mitamae](https://github.com/itamae-kitchen/mitamae) ... システムパッケージや設定ファイルを展開
- [aqua](https://github.com/aquaproj/aqua) ... CLIツールをインストール## インストール
sudoが使えるユーザで以下のコマンドを実行
```sh
curl https://raw.githubusercontent.com/corrupt952/beestrap/main/install.sh | bash
```