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
7a6185f0
Commit
7a6185f0
authored
Jul 28, 2017
by
Brian Beggs
Committed by
Brian Beggs
Jul 28, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add memory check to provisioning
parent
831ec174
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
+2
-2
No files found.
Makefile
View file @
7a6185f0
...
...
@@ -22,7 +22,7 @@ dev.clone: ## Clone service repos to the parent directory
dev.provision.run
:
##
Provision all services with local mounted directories
DOCKER_COMPOSE_FILES
=
"-f docker-compose.yml -f docker-compose-host.yml"
./provision.sh
dev.provision
:
| dev.provision.run stop
##
Provision dev environment with all services stopped
dev.provision
:
|
check-memory
dev.provision.run stop
##
Provision dev environment with all services stopped
dev.up
:
| check-memory
##
Bring up all services with host volumes
docker-compose
-f
docker-compose.yml
-f
docker-compose-host.yml up
-d
...
...
@@ -38,7 +38,7 @@ dev.sync.requirements: ## Install requirements
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
:
| check-memory
##
Provision all services using the Docker volume
./provision.sh
stop
:
##
Stop all services
...
...
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