Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

monupco-openshift-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monupco-openshift-nodejs

monupco.com registration agent for OpenShift / Node.js applications

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Registration agent for monupco.com, preconfigured for OpenShift / Node.js applications.

It compiles a list of installed packages and sends it to monupco.com.

Installing on your OpenShift Node.js application

  • Create an account at http://monupco.com

  • Create your Node.js application in OpenShift

  • Add a dependency in your application's package.json file

      ...
      "dependencies": {
          ...
          "monupco-openshift-nodejs": ""
      },
      ...
    
  • Execute the registration script in your postinstall hook.

If a file named postinstall doesn't already exist, create it and add the following:

    #!/bin/sh
    `npm bin`/monupco-dotcloud
  • Make postinstall executable

      chmod a+x postinstall
    
  • Commit your changes (if using git):

      git add .
      git commit -m "enable monupco registration"
    
  • If everything goes well you should see something like:

      19:55:10 [www.0] Running postinstall script...
      19:55:13 [www.0] response:200
      19:55:13 [www.0] Monupco: Success, registered/updated application with id 10
    
  • That's it, you can now check your application statistics at http://monupco.com

FAQs

Package last updated on 04 May 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc