Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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
edx-platform
Commits
06ade12f
Commit
06ade12f
authored
May 02, 2013
by
David Baumgold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Also need to install Mongo
parent
fccee7a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
README.md
+12
-0
No files found.
README.md
View file @
06ade12f
...
...
@@ -81,6 +81,18 @@ the libraries like so:
$ bundle install
$ npm install
Other Dependencies
------------------
You'll also need to install
[
MongoDB
](
http://www.mongodb.org/
)
, since our
application uses it in addition to sqlite. You can install it through your
system package manager, and I suggest that you configure it to start
automatically when you boot up your system, so that you never have to worry
about it again. For Mac, use
[
`launchd`
](
https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man8/launchd.8.html
)
(running
`brew info mongodb`
will give you some commands you can copy-paste.)
For Linux, you can use
[
`upstart`
](
http://upstart.ubuntu.com/
)
,
`chkconfig`
,
or any other process management tool.
Configuring Your Project
------------------------
We use
[
`rake`
](
http://rake.rubyforge.org/
)
to execute common tasks in our
...
...
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