Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
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
configuration
Commits
5f560422
Commit
5f560422
authored
Jul 23, 2015
by
David Baumgold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify -r option
parent
861eb6dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
util/vagrant/migrate.sh
+4
-3
No files found.
util/vagrant/migrate.sh
View file @
5f560422
...
...
@@ -16,8 +16,9 @@ Attempts to migrate your Open edX installation to a different release.
Migrate to the given git ref. Defaults to \"
$TARGET
\"
-y
Run in non-interactive mode (reply \"yes\" to all questions)
-r EDX_ROOT
The root directory under which all edx applications are installed.
-r OPENEDX_ROOT
The root directory under which all Open edX applications are installed.
Defaults to \"
$OPENEDX_ROOT
\"
-h
Show this help and exit.
EOM
...
...
@@ -120,7 +121,7 @@ EOM
fi
if
[
-f
/edx/app/edx_ansible/server-vars.yml
]
;
then
SERVER_VARS
=
"--extra-vars=
\"
@
/edx
/app/edx_ansible/server-vars.yml
\"
"
SERVER_VARS
=
"--extra-vars=
\"
@
${
OPENEDX_ROOT
}
/app/edx_ansible/server-vars.yml
\"
"
fi
TEMPDIR
=
`
mktemp
-d
`
...
...
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