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
22ba7b28
Commit
22ba7b28
authored
Jun 25, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding handlers to stop and start edxapp
parent
16b8491f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
25 deletions
+13
-25
playbooks/roles/edxapp/handlers/main.yml
+13
-25
No files found.
playbooks/roles/edxapp/handlers/main.yml
View file @
22ba7b28
---
-
name
:
invoke all deploy handlers
shell
:
echo "running deploy handlers"
notify
:
-
gem | gem install bundler
-
bundle | bundle install
-
Install edx-platform npm dependencies
-
install python pre-requirements
-
install python base-requirements
-
install python post-requirements
-
install python post-post requirements
-
check if rake gather_assets is available
-
check if django can collect lms static data
-
check if django can collect cms static data
-
check if django can update cms templates
-
gather lms static assets with rake
-
gather lms static assets with django
-
gather cms static assets with rake
-
gather cms static assets with django
-
update cms templates
-
lms asset static failure check
-
cms asset static failure check
-
syncdb and migrate
-
stop edxapp
-
start edxapp
-
name
:
start edxapp
service
:
name=edxapp state=started
tags
:
-
lms
-
lms-xml
-
lms-preview
-
cms
-
deploy
-
name
:
stop edxapp
service
:
name=edxapp state=stopped
tags
:
-
lms
-
lms-xml
-
lms-preview
-
cms
-
install
-
deploy
-
name
:
restart edxapp
...
...
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