Skip to content

Commit

Permalink
チェックアウト方法を追記
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Oct 23, 2017
1 parent 203337c commit 5cc8fe0
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,21 @@ files - 各種設定ファイル

Ubuntu 16.04 のものをなるべくデフォルトで使います。

まずは `isucon` ユーザーを作り、そのホームディレクトリ配下の `isubata` ディレクトリに
リポジトリをチェックアウトします。

```console
$ sudo apt install git
$ git clone https://github.com/isucon/isucon7-qualify.git isubata
```

nginx と MySQL は Ubuntu の標準のものを使います。

```
$ sudo apt install mysql-server nginx
```

xbuild で必要なもの
各言語は xbuild で最新安定版をインストールします。まず xbuild が必要とするライブラリをインストールします。

```
$ sudo apt install -y git curl libreadline-dev pkg-config autoconf automake build-essential libmysqlclient-dev \
Expand All @@ -31,10 +41,11 @@ $ sudo apt install -y git curl libreadline-dev pkg-config autoconf automake buil
libmhash-dev libmcrypt-dev libgd-dev libtidy-dev
```

xbuild. Goを使わない場合でもベンチマーカーのためにGoはインストールしてください。
xbuildで言語をインストールします。ベンチマーカーのために、Goは必ずインストールしてください。
他の言語は使わないのであればスキップしても問題ないと思います。

```
cd /home/isucon
cd
git clone [email protected]:tagomoris/xbuild.git
mkdir local
Expand Down

0 comments on commit 5cc8fe0

Please sign in to comment.