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
23a271f9
Commit
23a271f9
authored
Apr 22, 2013
by
Joe Blaylock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README update ascii art
parent
bbce31fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
15 deletions
+18
-15
README.md
+18
-15
No files found.
README.md
View file @
23a271f9
...
...
@@ -81,21 +81,24 @@ Example users are in the `vars/secure` directory:
*
[
*env_users* for staging environment
](
/vars/secure/edxapp_stage_users.yml
)
*
[
*admin_users* will be realized on every server
](
/vars/secure/users.yml
)
edxapp_prod.yml <-- example production environment playbook
edxapp_stage.yml <-- example stage environment playbook
edxapp_custom.yml <-- example custom environment playbook
├── files <-- edX cloudformation templates
│ └── examples <-- example cloudformation templates
├── group_vars <-- var files that correspond to ansible group names (mapped to AWS tags)
├── keys <-- public keys
├── roles <-- edX services
│ ├── common <-- tasks that are run for all roles
│ │ └── tasks
│ └── lms
│ ├── tasks <-- tasks that are run to setup an LMS
│ └── templates
└── vars <-- public variable definitions
└── secure <-- secure variables (example)
```
edxapp_prod.yml <-- example production environment playbook
edxapp_stage.yml <-- example stage environment playbook
edxapp_custom.yml <-- example custom environment playbook
├── files <-- edX cloudformation templates
│ └── examples <-- example cloudformation templates
├── group_vars <-- var files that correspond to ansible group names (mapped to AWS tags)
├── keys <-- public keys
├── roles <-- edX services
│ ├── common <-- tasks that are run for all roles
│ │ └── tasks
│ └── lms
│ ├── tasks <-- tasks that are run to setup an LMS
│ └── templates
└── vars <-- public variable definitions
└── secure <-- secure variables (example)
```
### Installation
...
...
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