App-Difio-dotCloud
view release on metacpan or search on metacpan
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/Difio/dotCloud.pm
6) Make `postinstall` executable
chmod a+x postinstall
7) Then push your application to dotCloud
dotcloud push <app name>
8) If everything goes well you should see something like:
19:55:10 [www.0] Running postinstall script...
19:55:13 [www.0] Difio: Success, registered/updated application with uuid ac5a3741-a564-4e59-aad2-3f51ea860521
lib/App/Difio/dotCloud.pm view on Meta::CPAN
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/Difio/dotCloud.pm
6) Make `postinstall` executable
chmod a+x postinstall
7) Then push your application to dotCloud
dotcloud push <app name>
8) If everything goes well you should see something like:
19:55:10 [www.0] Running postinstall script...
19:55:13 [www.0] Difio: Success, registered/updated application with uid ac5a3741-a564-4e59-aad2-3f51ea860521
( run in 0.512 second using v1.01-cache-2.11-cpan-8d75d55dd25 )