Topic: Set Up Your Production Host for Your Kete Application
Topic Type: Topic
Optional, but recommended best practice for Kete applications. After creating a development environment and importing your project's code into a version control repository, set up your production host to be ready to be deployed to.
Originally written by Walter McGinnis, Kete Project Lead for Katipo Communications, Ltd.
Part of the Installation Guide
Prepare the Production Host
Do the following steps, paying attention to where it specifies the best options for a production host:
| Step | Described for: |
| Preinstall Assumptions: | All platforms |
| Installing Required Software |
Debian Etch | Mac OS X |
| Setting up Environment |
All platforms |
| Setting up Databases | All platforms |
| Setting up Nginx Web Proxy |
All platforms |
On Debian Etch hosts, also do this:
$ sudo ln -s /var/lib/gems/1.8/bin/mongrel_rails /usr/local/bin/mongrel_rails # this will put mongrel_rails in roots PATH
$ sudo ln -s /var/lib/gems/1.8/bin/rake /usr/local/bin/rake # this will put rake in root's path, .profile wasn't working
- Created by: Walter McGinnis
- Last Edited by: Kieran Pilkington
- Last Edited: 04/08/2008 23:39
