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
01ad9649
Commit
01ad9649
authored
Sep 20, 2017
by
Eric Fischer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Went-too-fast fixes (thanks George)
parent
baaa23fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile
+3
-3
No files found.
Makefile
View file @
01ad9649
...
...
@@ -39,9 +39,9 @@ dev.up: | check-memory ## Bring up all services with host volumes
docker-compose
-f
docker-compose.yml
-f
docker-compose-host.yml up
-d
dev.up.watchers
:
| check-memory
##
Bring up asset watcher containers
docker-compose docker-compose-watchers.yml up
-d
docker-compose
-f
docker-compose-watchers.yml up
-d
dev.up.all
:
| dev.up dev.up.
asset_
watchers
##
Bring up all services with host volumes
,
including watchers
dev.up.all
:
| dev.up dev.up.watchers
##
Bring up all services with host volumes
,
including watchers
dev.sync.daemon.start
:
##
Start the docker-sycn daemon
docker-sync start
...
...
@@ -59,7 +59,7 @@ provision: | dev.provision ## This command will be deprecated in a future releas
stop
:
##
Stop all services
(
test
-d
.docker-sync
&&
docker-sync stop
)
||
true
## Ignore failure here
docker-compose
-f
docker-compose.yml
stop
docker-compose stop
stop.watchers
:
##
Stop asset watchers
docker-compose
-f
docker-compose-watchers.yml stop
...
...
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