raincatcher-beta / raincatcher-demo-cloud

[Inactive] Example server side node.js application
MIT License
1 stars 21 forks source link
demo

FeedHenry RainCatcher Cloud

Dependency Status Build Status

Note: This repository is no longer used. All active development was moved to new raincatcher-core repository.

This is a reference/demo implementation of the cloud application of a RainCatcher project.

This repository should be used in conjunction with these following repos :

Prerequisites (local)

Setup (locally)

npm install

Starting (locally)

grunt

Troubleshooting nodemon (part of grunt serve)

If you get an error like Error: watch ENOSPC, fix it with echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

Running The Demo Solution Locally

The Running The Demo Raincatcher Solution Locally guide explains how to get the Raincatcher demo solution running on your local development machine. This is targeted at developers that wish to extend the existing functionality of Raincatcher modules and demo apps.