monupco-dotcloud-python

monupco.com registartion agent for dotCloud / Python applications
Download

monupco-dotcloud-python Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Alexander Todorov
  • Publisher web site:
  • http://monupco.com

monupco-dotcloud-python Tags


monupco-dotcloud-python Description

monupco-dotcloud-python is a registration agent for monupco.com preconfigured for Python applications on DotCloud.It compiles a list of locally installed Python packages and sends it to monupco.com.Installing on your dotCloud applicationCreate an account at http://monupco.comAdd a dependency in your requirements.txt fileecho monupco-dotcloud-python >> requirements.txtEnable 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/env/bin/monupco-dotcloud-pythonMake postinstall executablechmod a+x postinstallCommit your changes (if using git):git add .git commit -m "enable monupco registration"Set your monupco user id. You can get it from https://monupco-otb.rhcloud.com/profiles/mine/.dotcloud var set < app name > MONUPCO_USER_ID=UserIDThen push your application to dotClouddotcloud push < app name >If everything goes well you should see something like:19:55:10 Running postinstall script...19:55:13 response:20019:55:13 Monupco: Success, registered/updated application with id 10That's it, you can now check your application statistics at http://monupco.comProduct's homepage


monupco-dotcloud-python Related Software