forked from openedx-unsupported/devstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Updated step-by-step instructions on Manual Updates doc
- Loading branch information
Showing
1 changed file
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,22 +16,26 @@ We are forking some of those repositories to keep maintaining them. | |
|
||
If you use any of the following repositories, please make sure to update the remote URLs: | ||
|
||
- **edx-analytics-dashboard**:: | ||
|
||
git remote set-url origin [email protected]:edx/edx-analytics-dashboard.git | ||
To update devstack and the local repositories:: | ||
|
||
cd /path/to/devstack | ||
git pull | ||
|
||
- **edx-analytics-data-api**:: | ||
cd .. | ||
cd edx-analytics-dashboard | ||
git remote set-url origin [email protected]:edx/edx-analytics-dashboard.git | ||
git pull | ||
|
||
cd .. | ||
cd edx-analytics-data-api | ||
git remote set-url origin [email protected]:edx/edx-analytics-data-api.git | ||
git pull | ||
|
||
- **edx-analytics-data-api-client**:: | ||
If you happen to use `edx-analytics-data-api-client`:: | ||
|
||
cd /path/to/edx-analytics-data-api-client | ||
git remote set-url origin [email protected]:edx/edx-analytics-data-api-client.git | ||
|
||
|
||
|
||
|
||
git pull | ||
|
||
2024-02-25 - Mongo upgrade from version 4.4 to 5.0 | ||
************************************************** | ||
|