Ismael
Ismael

Reputation: 340

Setting up StrongLoop with my node applications

I'm currently testing platforms that provide a monitoring service for nodejs application. So I found (for now) StrongLoop and AppDynamics (recently acquire nodetime).

Actually I'm testing StrongLoop service. I have followed all the steps describe in the documentation but I can't see any data on the dashboard, only the StrongLoop Demo App. Here is all the steps :

Any idea ?

Tank you.

Upvotes: 1

Views: 768

Answers (2)

Gur Dotan
Gur Dotan

Reputation: 922

I created a Linux init.d Daemon script which you can use to run your app with slc as service: https://gist.github.com/gurdotan/23311a236fc65dc212da

Might be useful to some of you.

Upvotes: 1

snathan
snathan

Reputation: 535

My answer with links got deleted by another SO user so I'm listing the steps here.

First uninstall using this

$ npm uninstall -g strong-cli $ npm uninstall -g loopback-sdk-angular-cli

and then install

npm install -g strongloop

You can now run slc strongops

and let us know how it goes.

Upvotes: 1

Related Questions