Aiki Prerequisites

From Aikiframework wiki

Jump to: navigation, search


This page contains requirements for Aiki Framework to perform as expected.

Contents

Server Requirements

Aiki requires at least one software be installed from each numbered requirement (example: Ubuntu or Fedora).

  1. GNU/Linux Based Platform
  2. HTTP Server with .htaccess Support
    • Apache httpd
    • The server must be configured at a minimum to:
      • AllowOverride Options FileInfo or AllowOverride All (inside httpd.conf or other relevant configuration file)
      • Load and Enable Module mod_rewrite (inside httpd.conf and this is the default on Fedora Core 13)
  3. Database System
  4. Server Side Programming
  5. Web Browser During Aiki Installation Only

Client Requirements

  1. Web Browser

Tested Systems

Working

Any Linux distribution with Apache 2+ with mod_rewrite enabled and php 5.3+ and Mysql 4+ should just work

  • Ubuntu 9.04 and greater
  • Fedora 15
  • CentOS

Not working

  • Red Hat Enterprise Linux Server release 5.6 (Tikanga) needs update with Fedora EPEL repos and update to latest version of the above prerequisites.
  • Please add any you find!

See Related Pages