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
f10d245d
Commit
f10d245d
authored
Nov 24, 2015
by
Calen Pennington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation to refer to the Makefile commands
parent
850f8a36
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
docs/getting_started.rst
+5
-5
No files found.
docs/getting_started.rst
View file @
f10d245d
...
...
@@ -69,18 +69,18 @@ your settings and created the database (if necessary). Migrations can be run wit
.. code-block:: bash
$
python manage.py
migrate
$
make
migrate
.. _Django's migrate command: https://docs.djangoproject.com/en/1.8/ref/django-admin/#django-admin-migrate
Run the server
--------------
The server can be run with `D
jango's runserver command`_. If you opt to run on a different port, make sure you updat
e
OIDC client via LMS admi
n.
The server can be run with `D
ocker Compose`_. This will start the Course Discovery service, and all of th
e
services that it depends o
n.
.. code-block:: bash
$
python manage.py runserver 8003
$
make start-devstack
.. _D
jango's runserver command: https://docs.djangoproject.com/en/1.8/ref/django-admin/#runserver-port-or-address-port
.. _D
ocker Compose: https://docs.docker.com/compose/
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