Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
devstack
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
devstack
Commits
08d7e482
Commit
08d7e482
authored
Apr 25, 2017
by
Joel Barciauskas
Committed by
Clinton Blackburn
Apr 25, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't use dev.up in dev.sync.up
parent
6c91a95c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
Makefile
+5
-1
No files found.
Makefile
View file @
08d7e482
.DEFAULT_GOAL
:=
help
.DEFAULT_GOAL
:=
help
DEVSTACK_WORKSPACE
?=
..
DEVSTACK_WORKSPACE
?=
..
OS
:=
$(
shell
uname
)
export
DEVSTACK_WORKSPACE
export
DEVSTACK_WORKSPACE
include
*.mk
include
*.mk
...
@@ -32,7 +35,8 @@ dev.sync.provision: | dev.sync.daemon.start dev.provision ## Provision with dock
...
@@ -32,7 +35,8 @@ dev.sync.provision: | dev.sync.daemon.start dev.provision ## Provision with dock
dev.sync.requirements
:
##
Install requirements
dev.sync.requirements
:
##
Install requirements
gem install docker-sync
gem install docker-sync
dev.sync.up
:
| dev.sync.daemon.start dev.up
##
Bring up all services with docker-sync enabled
dev.sync.up
:
dev.sync.daemon.start
##
Bring up all services with docker-sync enabled
docker-compose
-f
docker-compose.yml
-f
docker-compose-sync.yml up
-d
provision
:
##
Provision all services using the Docker volume
provision
:
##
Provision all services using the Docker volume
./provision.sh
./provision.sh
...
...
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