Skip to content
This repository was archived by the owner on Apr 28, 2019. It is now read-only.

Fix typo in the MongoDB section of the getting started #188

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ position: 7

LocomotiveCMS Engine uses the [MongoDB](http://www.mongodb.org/) database. The mongoDB database can be hosted on the same server as the Rails app (which you will install later), on a separate server, or through a service, such as [MongoLab](https://mongolab.com/) or [MongoHQ](http://www.mongohq.com/).

For instructions on installing MongoDB, please see the [MongoDB installtion documentation](http://docs.mongodb.org/manual/installation/).
For instructions on installing MongoDB, please see the [MongoDB installation documentation](http://docs.mongodb.org/manual/installation/).

# 2. Install ImageMagick
On the same server as the Rails app (which you will install later), you need to install [ImageMagick](http://www.imagemagick.org/), an image manipulation library.
Expand Down