Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lkzhao/instantchat-server
https://github.com/lkzhao/instantchat-server
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lkzhao/instantchat-server
- Owner: lkzhao
- Created: 2015-05-19T20:49:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-05T04:19:55.000Z (about 9 years ago)
- Last Synced: 2024-10-14T21:14:22.215Z (3 months ago)
- Language: JavaScript
- Size: 12.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 watchifynpm install
``````
// Enviornment Viables:
// put this in ~/.zshrc file
export JWT_SECRET="1qazxsw2"
export NODE_ENV="development"
```