1.1.7 • Published 11 years ago

myhub v1.1.7

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

myhub

Logs events from different sources and provides an interface to access them

Installation

You can install myhub with npm

npm install myhub

Or by cloning the repository and install the dependencies

git clone https://github.com/PaulFreund/myhub.git
cd myhub
npm install

Note: Three of the modules in the dependency chain need to be compiled, node-expat is required, node-stringprep and sqlite3 are optional.

  • node-expat requires libexpat ( libexpat-dev on ubuntu )
  • node-stringprep requires libicu ( libicu-dev on ubuntu )
  • sqlite3 requires libsqlite3 >= 3.6 ( libsqlite3-dev on ubuntu )

Configuration

To configure myhub just copy config.json.example to config.json and customize it to fit your needs.

// Start myhub and use the config.json in the same folder
node myhub.js

// Start myhub with the specified config file
node myhub.js customconfig.json
1.1.7

11 years ago

1.1.6

11 years ago

1.1.5

11 years ago

1.1.4

11 years ago

1.1.3

11 years ago

1.1.2

11 years ago

1.1.1

11 years ago

1.1.0

11 years ago

1.0.11

11 years ago

1.0.10

11 years ago

1.0.9

11 years ago

1.0.7

11 years ago

1.0.6

11 years ago

1.0.5

11 years ago

1.0.4

11 years ago

1.0.3

11 years ago

1.0.2

11 years ago