Commit d96c4c92 by Tsubasa Namiki

Modify README

parent 15b72835
...@@ -3,11 +3,11 @@ Docker Restyaboard ...@@ -3,11 +3,11 @@ Docker Restyaboard
Build Restyaboard using Docker. Build Restyaboard using Docker.
* Restyaboard * Restyaboard
http://restya.com/board/ http://restya.com/board/
Build and Run Docker using docker-compose Build and Run using docker-compose
------------------------------ ------------------------------
``` bash ``` bash
...@@ -37,19 +37,21 @@ $ vagrant up && bundle exec rake ...@@ -37,19 +37,21 @@ $ vagrant up && bundle exec rake
Check URL Check URL
------------------------------ ------------------------------
```
http://(SERVER_IP):1234 http://(SERVER_IP):1234
```
Other Command Other Command
------------------------------ ------------------------------
### Rake provisioning #### Rake provisioning
```bash ```bash
$ bundle exec rake provision $ bundle exec rake provision
``` ```
### Rake serverspec #### Rake 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