Commit 53bb2eec by Tsubasa Namiki

Modify README.md

remove provisioning description.
parent ab1ef830
......@@ -23,25 +23,6 @@ COMPOSE_API_VERSION=1.18 docker-compose up -d
```
Include provisioning in AWS EC2
------------------------------
```bash
git clone https://github.com/namikingsoft/docker-restyaboard.git
cd docker-restyaboard
bundle install
cp .env.sample .env
vim .env
vagrant plugin install vagrant-aws
vagrant plugin install dotenv
vagrant up && bundle exec rake
```
Check URL
------------------------------
......@@ -50,21 +31,6 @@ http://(ServerIP):1234
```
Other Command
------------------------------
#### Rake provisioning
```bash
bundle exec rake provision
```
#### Rake serverspec
```bash
bundle exec rake spec
```
License
------------------------------
......
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