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

monupco-openshift-ruby

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monupco-openshift-ruby

  • 0.0.9
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Registration agent for monupco.com, preconfigured for OpenShift / Ruby applications.

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

Installing on your OpenShift Ruby application

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

  • Create your Ruby application in OpenShift

      rhc app create -a myapp -t ruby-1.8
    
  • Add a dependency in your application's Gemfile

      ...
      gem 'monupco-openshift-ruby'
      ...
    
  • Set your userID in the ./data/MONUPCO_SETTINGS file

      echo "export MONUPCO_USER_ID=YourUserID"  > ./data/MONUPCO_SETTINGS
    
  • Enable the registration script in .openshift/action_hooks/post_deploy

      cd $OPENSHIFT_REPO_DIR
      source data/MONUPCO_SETTINGS
      bundle exec vendor/bundle/ruby/1.8/bin/monupco-openshift
    
  • Run bundle install to install the monupco gems

      bundle install
    
  • Commit your changes

      git add .
      git commit -m "enable monupco registration"
    
  • Then push your application to OpenShift

      git push
    

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