Document how to use Atlasboard w/o global installation

Issue #58 resolved
PiiXiieeS created an issue

is it possible to use atlasboard w/o a global installation?

npm install atlasboard

instead of the standard installation

npm install -g atlasboard

This may be interesting when a global installation is not possible and atlasboard must be run as a local module thru a local app.js nodejs server.

Comments (4)

  1. Iván Loire
    node ../atlasboard/lib/cli/commands.js start
    

    works fine to me! (assuming your current directory is your wallboard and you have clone atlasboard one directory up)

  2. Iván Loire

    It is possible to add the atlasboard dependency to your wallboard, and then call it from the npm initialisation scripts: npm start. I need to document that.

  3. Log in to comment