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
f5c8647c
Commit
f5c8647c
authored
Jun 17, 2013
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move loading edxapp upstart script to edxapp role.
parent
fdda2c15
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
playbooks/roles/edxapp/tasks/main.yml
+8
-0
playbooks/roles/edxapp/templates/edxapp.conf.j2
+0
-0
playbooks/roles/gunicorn/tasks/main.yml
+0
-8
No files found.
playbooks/roles/edxapp/tasks/main.yml
View file @
f5c8647c
...
...
@@ -71,6 +71,14 @@
-
include
:
lms-preview.yml
when
:
"
'lms-preview'
in
service_variants_enabled"
-
name
:
creating edxapp upstart script
sudo
:
True
template
:
src=edxapp.conf.j2 dest=/etc/init/edxapp.conf owner=root group=root
tags
:
-
upstart
-
gunicorn
-
update
-
include
:
npm.yml
-
include
:
ruby.yml
-
include
:
deploy.yml
playbooks/roles/
gunicorn
/templates/edxapp.conf.j2
→
playbooks/roles/
edxapp
/templates/edxapp.conf.j2
View file @
f5c8647c
File moved
playbooks/roles/gunicorn/tasks/main.yml
deleted
100644 → 0
View file @
fdda2c15
---
-
name
:
creating edxapp upstart script
sudo
:
True
template
:
src=edxapp.conf.j2 dest=/etc/init/edxapp.conf owner=root group=root
tags
:
-
upstart
-
gunicorn
-
update
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