Skip to content

Commit

Permalink
Merge pull request techx#12 from anishathalye/patch-1
Browse files Browse the repository at this point in the history
Update README to encourage secure configuration
  • Loading branch information
jlin816 authored Apr 5, 2017
2 parents c9538af + 15289d4 commit ad6a741
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ On the Settings tab, admins can easily control their event application timeline

# Setup

Getting a local instance of Quill up and running takes less than 5 minutes! Start by setting up the database:
Getting a local instance of Quill up and running takes less than 5 minutes! Start by setting up the database. Ideally, you should run MongoDB as a daemon with a secure configuration (with most linux distributions, you should be able to install it with your package manager, and it'll be set up as a daemon). Although not recommended for production, when running locally for development, you could do it like this

```
mkdir db
mongod --dbpath db
mongod --dbpath db --bind_ip 127.0.0.1 --nohttpinterface
```

Install the necessary dependencies:
Expand Down

0 comments on commit ad6a741

Please sign in to comment.