Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
course-discovery
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
edx
course-discovery
Commits
094b31a2
Commit
094b31a2
authored
Nov 22, 2016
by
Clinton Blackburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a make target to shutdown devstack
parent
ed9999ea
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 @
094b31a2
...
...
@@ -3,7 +3,7 @@ NODE_BIN=./node_modules/.bin
.PHONY
:
accept clean compile_translations dummy_translations extract_translations fake_translations help html_coverage
\
migrate pull_translations push_translations quality requirements production-requirements test
\
update_translations validate
update_translations validate
stop-devstack
help
:
@
echo
"Please use
\`
make <target>' where <target> is one of"
...
...
@@ -27,6 +27,7 @@ help:
@
echo
" static gather all static assets for production"
@
echo
" clean_static remove all generated static files"
@
echo
" start-devstack run a local development copy of the server"
@
echo
" stop-devstack shutdown the local development server"
@
echo
" open-devstack open a shell on the server started by start-devstack"
@
echo
" detect_changed_source_translations check if translation files are up-to-date"
@
echo
" validate_translations install fake translations and check if translation files are up-to-date"
...
...
@@ -94,6 +95,9 @@ push_translations:
start-devstack
:
docker-compose up
stop-devstack
:
docker-compose down
open-devstack
:
docker-compose up
-d
docker
exec
-it
course-discovery env
TERM
=
$(TERM)
/edx/app/discovery/devstack.sh open
...
...
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