File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ VagrantとDockerの環境が利用できます。Vagrantの方を標準として
2929### 動かしてみる
3030
3131```
32+ $ git clone git@github.com:movabletype/mt-dev.git mt-dev
33+ $ cd mt-dev
3234$ cp /path/to/MT7-R0000.zip archive/
3335$ vagrant mt-dev up ARCHIVE=MT7-R0000.zip
3436$ vagrant mt-dev exec-mysql SQL='CREATE DATABASE mt /*!40100 DEFAULT CHARACTER SET utf8mb4 */'
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ You can use both Vagrant and Docker environments. Vagrant is default environment
2929### Getting started
3030
3131```
32+ $ git clone git@github.com:movabletype/mt-dev.git mt-dev
33+ $ cd mt-dev
3234$ cp /path/to/MT7-R0000.zip archive/
3335$ vagrant mt-dev up ARCHIVE=MT7-R0000.zip
3436$ vagrant mt-dev exec-mysql SQL='CREATE DATABASE mt /*!40100 DEFAULT CHARACTER SET utf8mb4 */'
You can’t perform that action at this time.
0 commit comments