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
7434d1b3
Commit
7434d1b3
authored
Feb 28, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding symlinks
parent
3e146e79
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
playbooks/roles/edx_ansible/tasks/deploy.yml
+6
-0
playbooks/roles/edxapp/tasks/deploy.yml
+10
-2
No files found.
playbooks/roles/edx_ansible/tasks/deploy.yml
View file @
7434d1b3
...
...
@@ -29,3 +29,9 @@
src={{ edx_ansible_venv_bin }}/ansible-playbook
dest={{ COMMON_BIN_DIR }}/ansible-playbook
state=link
-
name
:
create a symlink for the playbooks dir
file
:
>
src={{ edx_ansible_code_dir }}/playbooks
dest={{ COMMON_CFG_DIR }}/playbooks
state=link
playbooks/roles/edxapp/tasks/deploy.yml
View file @
7434d1b3
...
...
@@ -322,14 +322,22 @@
with_items
:
edxapp_workers
sudo_user
:
"
{{
supervisor_service_user
}}"
-
name
:
create
a symlink for venv python
-
name
:
create
symlinks from the venv bin dir
file
:
>
src="{{ edxapp_venv_bin }}/{{ item }}"
dest={{ COMMON_BIN_DIR }}/{{ item }}.edxapp
dest={{ COMMON_BIN_DIR }}/{{ item
|basename
}}.edxapp
state=link
with_items
:
-
python
-
pip
-
django-admin.py
-
name
:
create symlinks from the repo dir
file
:
>
src="{{ edxapp_code_dir }}/{{ item }}"
dest={{ COMMON_BIN_DIR }}/{{ item|basename }}.edxapp
state=link
with_items
:
-
manage.py
-
set_fact
:
edxapp_installed=true
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