Commit 8ee49b3a by Tsubasa Namiki

Modify README

parent cc4974ca
......@@ -14,18 +14,19 @@ $ cp .env.sample .env
$ vim .env
$ vagrant plugin install vagrant-aws
$ vagrant plugin install dotenv
$ vagrant up
$ vagrant up && bundle exec rake
```
Provisioning
Rake
------------------------------
### Provisioning
```bash
$ bundle exec rake provision
```
Spec
------------------------------
### ServerSpec
```bash
$ bundle exec rake spec
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment