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
4eafeca0
Commit
4eafeca0
authored
Oct 17, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into jarv/mirror
parents
72aa3ec7
01590d59
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
4 deletions
+12
-4
AUTHORS
+8
-0
README.md
+2
-2
vagrant/fullstack/Vagrantfile
+1
-1
vagrant/shortstack/Vagrantfile
+1
-1
No files found.
AUTHORS
View file @
4eafeca0
...
...
@@ -9,3 +9,11 @@ Will Daly <will@edx.org>
Bethany LaPenta <lapentab@mit.edu>
Jay Zoldak <jzoldak@edx.org>
Philippe Chiu <philippe.chiu@gmail.com>
Marko Seric <marko.seric@math.uzh.ch>
Feanil Patel <feanil@edx.org>
Calen Pennington <calen.pennington@gmail.com>
David Baumgold <david@davidbaumgold.com>
Kevin Luo <kevluo@edx.org>
Carson Gee <x@carsongee.com>
Xavier Antoviaque <xavier@antoviaque.org>
James Tauber <jtauber@jtauber.com>
README.md
View file @
4eafeca0
...
...
@@ -5,8 +5,8 @@
**This project is currently in alpha**
The goal of the edx/configuration project is to provide a simple, but
flexible, way for anyone to stand up an instance of
the edX platform
that is
fully configured and ready-to-go.
flexible, way for anyone to stand up an instance of
Open edX that is
fully configured and ready-to-go.
Building the platform takes place to two phases:
...
...
vagrant/fullstack/Vagrantfile
View file @
4eafeca0
MEMORY
=
1536
MEMORY
=
2048
CPU_COUNT
=
2
Vagrant
.
configure
(
"2"
)
do
|
config
|
...
...
vagrant/shortstack/Vagrantfile
View file @
4eafeca0
MEMORY
=
1024
MEMORY
=
2048
CPU_COUNT
=
2
Vagrant
.
configure
(
"2"
)
do
|
config
|
...
...
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