/ipg-sync

Node server in charge of synchronize Zoho CRM students info with U+ equivalent

Primary LanguageJavaScriptMIT LicenseMIT

ipg NPM version Build Status Dependency Status

zoho crm sync

Installation

You only need to install what is in the package:

$ [sudo] npm install

Usage

Once all dependencies have been installed, you can use all the methos exposed in the main module, which is in cron.js.

For running the task in the server you'll nedd to intall foreverjs as global:

  $ [sudo] npm install forever -g

More info about forever

With forever installed, and standed in project's root, lets start the cron task running:

  $ forever start lib/cron.js -n 500

To see where the log is:

  $ forever logs

In order to stop the task:

  $ forever stop 0

The '0' is the index of the task that's running (assuming there's only one).

License

MIT © jimibustamante