Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
Restyaboard
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Ali Arshad
Restyaboard
Commits
da525a75
Commit
da525a75
authored
Aug 31, 2015
by
Tsubasa Namiki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify README
parent
e81bcc61
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
README.md
README.md
+13
-13
No files found.
README.md
View file @
da525a75
...
...
@@ -13,10 +13,10 @@ Build and Run using docker-compose
------------------------------
```
bash
$
git clone https://github.com/namikingsoft/docker-restyaboard.git
$
cd
docker-restyaboard
git clone https://github.com/namikingsoft/docker-restyaboard.git
cd
docker-restyaboard
$
COMPOSE_API_VERSION
=
1.18 docker-compose up
-d
COMPOSE_API_VERSION
=
1.18 docker-compose up
-d
```
...
...
@@ -24,18 +24,18 @@ Include provisioning in AWS EC2
------------------------------
```
bash
$
git clone https://github.com/namikingsoft/docker-restyaboard.git
$
cd
docker-restyaboard
git clone https://github.com/namikingsoft/docker-restyaboard.git
cd
docker-restyaboard
$
bundle install
bundle install
$
cp .env.sample .env
$
vim .env
cp .env.sample .env
vim .env
$
vagrant plugin install vagrant-aws
$
vagrant plugin install dotenv
vagrant plugin install vagrant-aws
vagrant plugin install dotenv
$
vagrant up
&&
bundle
exec
rake
vagrant up
&&
bundle
exec
rake
```
...
...
@@ -53,11 +53,11 @@ Other Command
#### Rake provisioning
```
bash
$
bundle
exec
rake provision
bundle
exec
rake provision
```
#### Rake serverspec
```
bash
$
bundle
exec
rake spec
bundle
exec
rake spec
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment