Commit d2792325 by Tsubasa Namiki

Modify README

parent d96c4c92
...@@ -13,8 +13,10 @@ Build and Run using docker-compose ...@@ -13,8 +13,10 @@ Build and Run using docker-compose
``` bash ``` bash
$ sudo yum install docker $ sudo yum install docker
$ sudo pip install -U docker-compose $ sudo pip install -U docker-compose
$ git clone https://github.com/namikingsoft/docker-restyaboard.git $ git clone https://github.com/namikingsoft/docker-restyaboard.git
$ cd docker-restyaboard $ cd docker-restyaboard
$ COMPOSE_API_VERSION=1.18 docker-compose up -d $ COMPOSE_API_VERSION=1.18 docker-compose up -d
``` ```
...@@ -25,11 +27,15 @@ Include provisioning in AWS EC2 ...@@ -25,11 +27,15 @@ Include provisioning in AWS EC2
```bash ```bash
$ git clone https://github.com/namikingsoft/docker-restyaboard.git $ git clone https://github.com/namikingsoft/docker-restyaboard.git
$ cd docker-restyaboard $ cd docker-restyaboard
$ bundle install $ bundle install
$ cp .env.sample .env $ 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 && bundle exec rake $ vagrant up && bundle exec rake
``` ```
...@@ -38,7 +44,7 @@ Check URL ...@@ -38,7 +44,7 @@ Check URL
------------------------------ ------------------------------
``` ```
http://(SERVER_IP):1234 http://(ServerIP):1234
``` ```
......
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