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
OpenEdx
configuration
Commits
d74c6a9e
Commit
d74c6a9e
authored
9 years ago
by
Edward Zarecor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
making ansible phase separate
parent
b167ed30
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
docker/build/edxapp/Dockerfile
+1
-0
No files found.
docker/build/edxapp/Dockerfile
View file @
d74c6a9e
...
@@ -8,6 +8,7 @@ RUN sudo git checkout e0d/diverse-virtualization-targets
...
@@ -8,6 +8,7 @@ RUN sudo git checkout e0d/diverse-virtualization-targets
RUN
sudo
git reset
--hard
e0d/diverse-virtualization-targets
RUN
sudo
git reset
--hard
e0d/diverse-virtualization-targets
RUN
sudo
git pull
RUN
sudo
git pull
WORKDIR
/edx/app/edx_ansible/edx_ansible/docker/plays
WORKDIR
/edx/app/edx_ansible/edx_ansible/docker/plays
ADD
ansible.cfg /edx/app/edx_ansible/edx_ansible/docker/plays/ansible.cfg
RUN
sudo
ansible-playbook edxapp.yml
-c
local
-e
"EDXAPP_PYTHON_SANDBOX=false"
-t
'install:base'
RUN
sudo
ansible-playbook edxapp.yml
-c
local
-e
"EDXAPP_PYTHON_SANDBOX=false"
-t
'install:base'
RUN
sudo
ansible-playbook edxapp.yml
-c
local
-e
"EDXAPP_PYTHON_SANDBOX=false"
-t
'install:code'
RUN
sudo
ansible-playbook edxapp.yml
-c
local
-e
"EDXAPP_PYTHON_SANDBOX=false"
-t
'install:code'
RUN
sudo
ansible-playbook edxapp.yml
-c
local
-e
"EDXAPP_PYTHON_SANDBOX=false"
-t
'install:configuration'
RUN
sudo
ansible-playbook edxapp.yml
-c
local
-e
"EDXAPP_PYTHON_SANDBOX=false"
-t
'install:configuration'
...
...
This diff is collapsed.
Click to expand it.
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