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
15b72835
Commit
15b72835
authored
Aug 31, 2015
by
Tsubasa Namiki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify README
parent
d421e938
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
6 deletions
+29
-6
README.md
README.md
+29
-6
No files found.
README.md
View file @
15b72835
Docker Restyaboard
==============================
Restyaboard
http://restya.com/board/
Build Restyaboard using Docker.
*
Restyaboard
http://restya.com/board/
Install
Build and Run Docker using docker-compose
------------------------------
```
bash
$
sudo
yum install docker
$
sudo
pip install
-U
docker-compose
$
git clone https://github.com/namikingsoft/docker-restyaboard.git
$
cd
docker-restyaboard
$ 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
...
...
@@ -17,16 +33,23 @@ $ vagrant plugin install dotenv
$
vagrant up
&&
bundle
exec
rake
```
Rake
Check URL
------------------------------
http://(SERVER_IP):1234
Other Command
------------------------------
###
P
rovisioning
###
Rake p
rovisioning
```
bash
$
bundle
exec
rake provision
```
###
ServerS
pec
###
Rake servers
pec
```
bash
$
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