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
41c75c8d
Commit
41c75c8d
authored
Jun 05, 2017
by
Robert Raposa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update help for updating images and code.
parent
e51db60a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
9 deletions
+21
-9
README.rst
+21
-9
No files found.
README.rst
View file @
41c75c8d
...
@@ -226,8 +226,8 @@ E-Commerce Service, you would modify ``ECOMMERCE_VERSION`` in
...
@@ -226,8 +226,8 @@ E-Commerce Service, you would modify ``ECOMMERCE_VERSION`` in
Troubleshooting: General Tips
Troubleshooting: General Tips
-----------------------------
-----------------------------
If you are having trouble with your containers there are a few
steps you can
If you are having trouble with your containers there are a few
general steps
take to try to resolve.
you can
take to try to resolve.
Check the logs
Check the logs
~~~~~~~~~~~~~~
~~~~~~~~~~~~~~
...
@@ -239,13 +239,25 @@ If a container stops unexpectedly, you can look at its logs for clues::
...
@@ -239,13 +239,25 @@ If a container stops unexpectedly, you can look at its logs for clues::
Update the code and images
Update the code and images
~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~
Make sure you have the latest code and Docker images. Run ``make pull`` in the
Make sure you have the latest code and Docker images.
devstack directory to pull the latest Docker images. We infrequently make
changes to the Docker Compose configuration and provisioning scripts. Run ``git
Pull the latest Docker images by running the following command from the devstack
pull`` in the devstack directory to pull the latest configuration and scripts.
directory:
The images are built from the master branches of the application repositories.
Make sure you are using the latest code from the master branches, or have
.. code:: sh
rebased your branches on master.
make pull
Pull the latest Docker Compose configuration and provisioning scripts by running
the following command from the devstack directory:
.. code:: sh
git pull
Lastly, the images are built from the master branches of the application
repositories (e.g. edx-platform, ecommerce, etc.). Make sure you are using the
latest code from the master branches, or have rebased your branches on master.
Clean the containers
Clean the containers
~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~
...
...
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