Commit 8ee49b3a by Tsubasa Namiki

Modify README

parent cc4974ca
...@@ -14,18 +14,19 @@ $ cp .env.sample .env ...@@ -14,18 +14,19 @@ $ cp .env.sample .env
$ vim .env $ vim .env
$ vagrant plugin install vagrant-aws $ vagrant plugin install vagrant-aws
$ vagrant plugin install dotenv $ vagrant plugin install dotenv
$ vagrant up $ vagrant up && bundle exec rake
``` ```
Provisioning Rake
------------------------------ ------------------------------
### Provisioning
```bash ```bash
$ bundle exec rake provision $ bundle exec rake provision
``` ```
Spec ### ServerSpec
------------------------------
```bash ```bash
$ bundle exec rake spec $ 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