Personal tools
You are here: Home Documentation Tutorials Installing and setting up Grok under mod_wsgi using Repoze

Installing and setting up Grok under mod_wsgi using Repoze

Warning: This item is marked as outdated.

This Tutorial applies to: 0.11
This Tutorial is intended for: Any audience.

Repoze allows Grok to run behind any WSGI server. This tutorial will show how to install Grok behind the Apache web server and mod_wsgi using Repoze on a brand new Linux virtual server.

All content on one page (useful for printing, presentation mode etc.)

  1. Introduction What is Repoze
  2. Why use Apache and mod_wsgi for Repoze? There are many WSGI servers available. Why is mod_wsgi a good option?
  3. Setting up a clean Linux server When starting with a new server, it's important to get all required packages in place before beginning.
  4. Installing and configuring mod_wsgi mod_wsgi is installed the same way as any Apache module
  5. Installing and configuring a Grok site under Repoze Repoze can be installed with setup tools and a Grok site can be easily created using the repoze.grok tool included.