Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lkzhao/instantchat-server


https://github.com/lkzhao/instantchat-server

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# prerequisites

* MongoDB
* GraphicsMagic

# install

First install homebrew @ http://brew.sh

```
brew install mongodb
brew install graphicsmagick
```

#####to start mongodb for the first time
```
mkdir /data
mkdir /data/db
sudo mongod
```

```
sudo npm install -g grunt-cli
sudo npm install -g coffeescript
sudo npm install -g watchify

npm install
```

```
// Enviornment Viables:
// put this in ~/.zshrc file
export JWT_SECRET="1qazxsw2"
export NODE_ENV="development"
```