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
277e00a9
Commit
277e00a9
authored
Jun 17, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README update
parent
a858230a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
1 deletions
+27
-1
README.md
+27
-1
No files found.
README.md
View file @
277e00a9
...
...
@@ -36,7 +36,33 @@ over time, so expect frequent changes.
## AWS
### Building the stack
### Quick start - Building the stack on a single server
To deploy the entire edX platform on a single ec2 instance yo
```
git clone git@github.com:edx/configuration
mkvirtualenv ansible
cd configuration
pip install -r ansible-requirements.txt
cd playbooks
(adjust the settings in edx_sandbox.yml)
`ansible-playbook -vvv --user=ubuntu edx_sandbox.yml -i ec2.py -e 'secure_dir=secure_example`
```
This will install the following services on a single instance
*
edX lms (django/python) for courseware
*
edX studio (django/python) for course authoring
*
mysql (running locally)
*
mongo (running locally)
*
memcache (running locally)
Note: In order for mail to work properly you will need to add AWS credentials for an account that
has SES permissions, see
`secure\_example/vars/edxapp\_sandbox.yml`
### Building the stack with CloudFormation
The first step is to provision the CloudFormation stack. There are
several options for doing this.
...
...
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