Jifty::Manual::Deploying

Jifty::Manual::Deploying is a Perl module for deploying your application for production use.
Download

Jifty::Manual::Deploying Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Shawn M Moore
  • Publisher web site:
  • http://search.cpan.org/~sartak/

Jifty::Manual::Deploying Tags


Jifty::Manual::Deploying Description

Jifty::Manual::Deploying is a Perl module for deploying your application for production use. Jifty::Manual::Deploying is a Perl module for deploying your application for production use.This document is intended to answer two questions:· Now that you've developed your Jifty application, how do you deploy it on the production server?· Once deployed, what's the process for performing upgrades to the production server?Developers and administrators may wish to use this document as a checklist to make sure they hit everything when deploying. This document should be updated according to the best practices of Jifty deployment to aid this end.HOW TOInstalling on a Production ServerOnce you've finished developing your Jifty application and you want to deploy it for use on a production server you'll need to follow these steps:· Install Jifty on your production server.· Copy your application onto the production server.· Adjust the configuration to suit your production environment.· Deploy your production database.· Configure your web server.· Start using your production service.Install JiftyJifty installation proceeds just as it did on your development machine (or machines). If you installed from CPAN, you may do the same for your production server. perl -MCPAN -e 'install Jifty'or download Jifty and run: tar zxf Jifty-VERSION.tar.gz cd Jifty-VERSION perl Makefile.PL make make test sudo make installYou may also have installed it via the package manager available for your Linux distribution.Finally, you may want to use bleeding-edge features available only in the Jifty Subversion repository. This has a slightly higher risk, but this is what the Best Practical team does for their Jifty applications. When doing this, you will probably want to be sure to check out the exact same version as you are using on your development machines.Be sure to run the tests when installing Jifty to make sure there aren't any problems on your production server that you need to fix before deploying your application. Requirements: · Perl


Jifty::Manual::Deploying Related Software