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
771f7ee6
Commit
771f7ee6
authored
Nov 20, 2015
by
Calen Pennington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve the set of makefile requirements
parent
00d6f1c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
Makefile
+10
-3
docker-compose.yml
+2
-1
No files found.
Makefile
View file @
771f7ee6
...
...
@@ -19,7 +19,8 @@ help:
@
echo
" requirements install requirements for local development"
@
echo
" test run tests and generate coverage report"
@
echo
" validate run tests and quality checks"
@
echo
" develop run a local development copy of the server"
@
echo
" start-devstack run a local development copy of the server"
@
echo
" open-devstack open a shell on the server started by start-devstack"
@
echo
""
clean
:
...
...
@@ -27,9 +28,12 @@ clean:
coverage erase
rm
-rf
assets
requirements
:
local-
requirements
:
pip install
-qr
requirements/local.txt
--exists-action
w
requirements
:
pip install
-qr
requirements.txt
--exists-action
w
test
:
clean
coverage run ./manage.py
test
edx_course_discovery
--settings
=
edx_course_discovery.settings.test
coverage report
...
...
@@ -64,5 +68,8 @@ pull_translations:
push_translations
:
tx push
-s
develop
:
start-devstack
:
docker-compose
--x-networking
up
open-devstack
:
docker
exec
-it
course-discovery /edx/app/course_discovery/devstack.sh open
docker-compose.yml
View file @
771f7ee6
...
...
@@ -30,6 +30,6 @@ course-discovery:
container_name
:
course-discovery
volumes
:
-
.:/edx/app/course_discovery/course_discovery
command
:
/edx/app/course_discovery/devstack.sh
command
:
/edx/app/course_discovery/devstack.sh
start
ports
:
-
"
18381:18381"
\ No newline at end of file
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