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
ce95689c
Commit
ce95689c
authored
Jan 25, 2017
by
Clinton Blackburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added info on restarting services to README
Fixes #36
parent
1ecc7ddd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
README.md
+27
-0
No files found.
README.md
View file @
ce95689c
...
@@ -102,6 +102,33 @@ service. Since some services are not meant to be user-facing, the "homepage" may
...
@@ -102,6 +102,33 @@ service. Since some services are not meant to be user-facing, the "homepage" may
| Programs | [http://localhost:18140/api/v1/](http://localhost:18140/api/v1/) |
| Programs | [http://localhost:18140/api/v1/](http://localhost:18140/api/v1/) |
| Studio/CMS | [http://localhost:18010/](http://localhost:18010/) |
| Studio/CMS | [http://localhost:18010/](http://localhost:18010/) |
## Useful Commands
Sometimes you may need to restart a particular application server. Rather than restarting the entire devstack or the
individual container, you can instruct [Supervisor](http://supervisord.org/) to restart just the nginx and application
servers with one command.
If you are already working in the shell of a container run:
```
$ /edx/app/supervisor/venvs/supervisor/bin/supervisorctl restart all
```
Alternatively, if you are not working from a shell inside a container run:
```
$ docker exec -t edx.devstack.
<service>
bash -c '/edx/app/supervisor/venvs/supervisor/bin/supervisorctl restart all'
```
`<service>`
should be replaced with one of the following:
*
credentials
*
discovery
*
ecommerce
*
edxapp
*
programs
## Remaining Work
## Remaining Work
There is still work to be done before this is ready for full release to the Open edX community. Here are the major items:
There is still work to be done before this is ready for full release to the Open edX community. Here are the major items:
...
...
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