Commit Graph

45 Commits

Author SHA1 Message Date
Adam Palay
7720969965 add how to file a bug report link to readme 2014-08-11 15:44:24 -04:00
David Baumgold
6c70c3a586 Reorganize README 2014-08-01 12:21:06 -04:00
David Baumgold
c9076b6c48 Advertise JIRA 2014-08-01 12:13:39 -04:00
Ned Batchelder
c460a4e6fb Fix the link to the Ubuntu installation instructions 2014-07-08 12:02:56 -04:00
Mark Hoeber
6db6dbc05c Fixed link to docs.edx.org in readme 2014-05-02 11:47:46 -04:00
David Baumgold
998883921e Update and linkify our README file 2014-02-20 17:16:46 -05:00
John Jarvis
8c9bd39e68 Update README.md for install instructions 2013-12-18 14:24:43 -05:00
James Tauber
e726ef4c46 Link to How To Contribute wiki page
Created a CONTRIBUTING.rst which GitHub will pick up and included a
link to the How To Contribute wiki page there. Also added the same link
to the README in the "How To Contribute" section.
2013-09-16 16:30:26 -04:00
David Baumgold
f9387506b4 Merge pull request #495 from dangtrinh/vi_branch
Change git clone protocal to https
2013-07-29 12:00:17 -07:00
Trinh Nguyen
fd304c4681 Change git clone protocal to https 2013-07-25 07:49:31 +07:00
Calen Pennington
76055aa211 Add a manage.py command that understands the extra edX options 2013-07-24 09:04:12 -04:00
Yarko Tymciurak
3991711edb Fixes for vagrant up
vagrant:
  - check actual IP;
  - only init machine first time, just as native installations;
  - add .bash_profile to permissions fixup;
  - cleanup excessive newlines in making .bash_profile;

README:
  - include admin & debugging use;
  - info about re-initializing VM & manually running create-dev-env.sh;
  - add django admin & debug_toolbar setting info

Conflicts:
	AUTHORS
	scripts/vagrant-provisioning.sh
2013-07-21 19:16:01 -04:00
Don Mitchell
3722685e1a No longer persist XModule templates
Instead, we use XModule field default values when creating an empty
XModule. Driven by this use case, we also allow for XModules to be
created in memory without being persisted to the database at all. This
necessitates a change to the Modulestore api, replacing clone_item with
create_draft and save_xmodule.
2013-07-16 14:33:58 -04:00
Xavier Antoviaque
f3a484bd72 vagrant: Windows - Additional instructions to deal with symlinks 2013-07-10 09:26:44 -04:00
Xavier Antoviaque
77af84347d vagrant: Installation instruction tweaks from Yarko & Windows testing 2013-07-10 09:26:43 -04:00
Xavier Antoviaque
3364521b32 vagrant: Requirement on VirtualBox 4.2.12 for compatibility with Vagrant 2013-07-10 09:26:43 -04:00
Xavier Antoviaque
055ef6e1aa vagrant: Update README (QA, link to wiki & disk space requirement) 2013-07-10 09:26:43 -04:00
Xavier Antoviaque
ee4b34b6ad vagrant: Moves from /opt/edx-platform to /opt/edx/edx-platform
To allow the vagrant user to create the /opt/edx/[log|data|db] folders
2013-07-10 09:26:42 -04:00
David Baumgold
293aaedc33 Vagrant: install edx-platform under /opt
Compatibility with the Filesystem Hierarchy Standard: http://www.pathname.com/fhs/
2013-07-10 09:26:42 -04:00
Xavier Antoviaque
1404076732 Vagrant: Add support for Vagrant install (vagrant up)
Cf README, this adds support to install and setup a dev instance through
Vagrant. The Vagrantfile at the root handles the vagrant commands like
`vagrant up`.

Provisioning is done by the shell script `vagrant-provisionning.sh`,
which is a light wrapper around the `create-dev-setup.sh` which does
most of the job using the standard process, but limiting possible
side-effect by ensuring the environment on which the install is
performed is clean.

Based on an Ubuntu precise 12.04 LTS.
2013-07-10 09:26:42 -04:00
Peter Fogg
7aa76bc663 Add some documentation around XModule/XModuleDescriptor initialization. 2013-06-28 16:57:24 -04:00
John Kern
8f49783da0 encoded URL to fix formating 2013-06-10 12:58:57 -07:00
James Tauber
c0859cb042 Merge pull request #35 from antoviaque/install-update-templates
Install steps - Fixes syntax of `update_templates` django command
2013-06-03 10:47:22 -07:00
Xavier Antoviaque
750b1d51ba Install steps - Fixes syntax of update_templates django command 2013-06-01 19:54:08 -03:00
Xavier Antoviaque
388e6b856f Install steps - Add numpy requirement in manual installation steps
When `pip install -r requirements/edx/pre.txt` is omitted before running
`pip install -r requirements/edx/base.txt`, it would cause API versions
mistmatch when `make cms` is run. `make cms` would automatically run pip
with pre.txt and install a different version of numpy, *after* base.txt
and post.txt have been run through pip.
2013-06-01 14:07:24 -03:00
James Tauber
223c3b238c updated README with boilerplate 2013-05-31 18:28:39 -04:00
Slater-Victoroff
c87e46969a files cleaned up and debugging nearing the final steps 2013-05-31 15:32:40 -04:00
Slater-Victoroff
715e324b29 Updated documentation in doc and README and made some small edits to bash script for added robustness
Added documenntation to the docs folder and edited the mac bash script in response to tests
2013-05-30 11:15:00 -04:00
John Jarvis
50160592f7 new location for requirement files 2013-05-16 12:13:40 -04:00
Calen Pennington
9c2756b76b Fix up documentation 2013-05-15 15:25:43 -04:00
David Baumgold
a779f62716 Make rhetorical question a bit clearer 2013-05-06 11:27:06 -04:00
David Baumgold
58bc0452eb Describe edX better 2013-05-06 11:25:52 -04:00
David Baumgold
b995842874 LMS is not a leaning management system
That would be a chair.
2013-05-06 11:21:05 -04:00
David Baumgold
683906cdaf "One again" -> "Remember" 2013-05-06 11:17:28 -04:00
David Baumgold
7b3646b39c Need to install pre-requirements.txt first 2013-05-06 11:05:06 -04:00
David Baumgold
234ca0e076 Responding to @jzoldak's comments 2013-05-06 10:29:26 -04:00
David Baumgold
ee6d68e2e0 grammar 2013-05-06 10:29:26 -04:00
David Baumgold
2a09f6bac1 Clarified based on @shnayder's comment 2013-05-06 10:29:26 -04:00
David Baumgold
fa87cccb9b Document old-style rake lms command 2013-05-06 10:29:26 -04:00
David Baumgold
98243b2b53 Document django-admin[update_templates] step 2013-05-06 10:29:26 -04:00
David Baumgold
06ade12f6a Also need to install Mongo 2013-05-06 10:29:26 -04:00
David Baumgold
fccee7a1e3 Node does virtual environments using npm 2013-05-06 10:29:26 -04:00
David Baumgold
1bda218e17 Clarify purpose of data dir 2013-05-06 10:29:26 -04:00
David Baumgold
a0727ac226 Virtualenv is a tool, and should be surrounded by backticks 2013-05-06 10:29:26 -04:00
David Baumgold
457b678af7 Wrote a proper README file
So that no one else will have to go through what I went through. Hopefully.
2013-05-06 10:29:25 -04:00