App::Monupco::dotCloud

Monupco.com registration agent for dotCloud / Perl applications
Download

App::Monupco::dotCloud Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Alexander Todorov
  • Publisher web site:
  • http://monupco.com

App::Monupco::dotCloud Tags


App::Monupco::dotCloud Description

App::Monupco::dotCloud is a Perl module that compiles a list of locally installed Perl distributions and sends it to http://monupco.com where you check your application statistic and available updates.SYNOPSISTo register your dotCloud Perl application to Monupco do the following:1) Create a Perl application on dotCloud2) Add a dependency in your Makefile.PL file PREREQ_PM => { 'App::Monupco::dotCloud' => 0, ... },3) Configure your Monupco userID. You can get it from https://monupco-otb.rhcloud.com/profiles/mine/ dotcloud var set < app name > MONUPCO_USER_ID=UserID4) Generate a unique identifier for this application and save the value as environmental variable. dotcloud var set < app name > MONUPCO_UUID=`uuidgen`5) Enable the registration script in your postinstall hook. **Note:** If you are using an "approot" your `postinstall` script should be in the directory pointed by the "approot" directive of your `dotcloud.yml`. For more information about `postinstall` turn to http://docs.dotcloud.com/guides/postinstall/.If a file named `postinstall` doesn't already exist, create it and add the following: #!/bin/sh /home/dotcloud/perl5/lib/perl5/App/Monupco/dotCloud.pm6) Make `postinstall` executable chmod a+x postinstall7) Then push your application to dotCloud dotcloud push < app name >8) If everything goes well you should see something like: 19:55:10 Running postinstall script... 19:55:13 Monupco: Success, registered/updated application with id 34That's it, you can now check your application statistics at Product's homepage


App::Monupco::dotCloud Related Software