Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] Orionode v0.0.8 now available on npmjs.org

Correction: after installing through npm, the commands to launch Orion are

npm start orion

and

node node_modules/orion/server.js


On Mon, Jan 28, 2013 at 3:49 PM, Mark Macdonald <mamacdon@xxxxxxxxx> wrote:
I've just published Orionode v0.0.8 to the npm package registry [1]. This version is based on Orion 2.0M2. One noteworthy feature is that, due to the recent library independence work done in Orion, the Orionode module now has fewer dependencies, and installs much faster.

You can get it by running this command from your shell (assuming you've got Node.js and npm installed):

npm install orion

Or, if you've got an older version installed through npm, just do this:

npm update orion

After installing, run the server using

npm start

or



Back to the top