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
7c8d7ba0
Commit
7c8d7ba0
authored
Dec 11, 2015
by
Edward Zarecor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing name in comments
parent
3cc9ba1e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
util/install/ansible-bootstrap.sh
+3
-3
No files found.
util/install/ansible-bootstrap.sh
View file @
7c8d7ba0
...
...
@@ -44,7 +44,7 @@ CONFIGURATION_DIR="/tmp/configuration"
cat
<<
EOF
******************************************************************************
Running the edx
-
ansible bootstrap script with the following arguments:
Running the edx
_
ansible bootstrap script with the following arguments:
ANSIBLE_REPO="
${
ANSIBLE_REPO
}
"
ANSIBLE_VERSION="
${
ANSIBLE_VERSION
}
"
...
...
@@ -105,7 +105,7 @@ pip install virtualenv==${VIRTUAL_ENV_VERSION}
PATH
=
${
PYTHON_BIN
}
:
${
PATH
}
# Install the configuration repository to install
# edx
-
ansible role
# edx
_
ansible role
git clone
${
CONFIGURATION_REPO
}
${
CONFIGURATION_DIR
}
cd
${
CONFIGURATION_DIR
}
git checkout
${
CONFIGURATION_VERSION
}
...
...
@@ -122,7 +122,7 @@ rm -rf ${VIRTUAL_ENV}
cat
<<
EOF
******************************************************************************
Done bootstrapping, edx
-ansible is now installed in /edx/app/edx-
ansible.
Done bootstrapping, edx
_ansible is now installed in /edx/app/edx_
ansible.
Time to run some plays.
******************************************************************************
...
...
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