Skip to content
bvercoelen edited this page Feb 8, 2011 · 9 revisions

Welcome to the Archimedes wiki!

Archimedes Owl

Installation Guide

Pull down the Archimedes Server

Pull down the git repository for archimedes, which is a Drupal 6 code base with an Archimedes install profile. Before you install it you'll need to also pull down the Drupal archimedes client and archimedes library.

mkdir Archimedes/sites/all/modules

cd Archimedes/sites/all/modules

git clone -b drupal-6 https://github.com/fiasco/Archimedes-Client-Drupal.git

Enter into the Archimedes client and read the README file which will tell you to checkout the Archimedes library files.

Install the Server

Requirements

  • A web server like Apache 2 of Nginx
  • PHP 5.2 or greater configured to run with your webserver (incl. php5-imap)
  • PostgreSQL (8.3+ recommended) or MySQL (5.0+ recommended)
  • A dedicated email account

Note that this has only been installed with Linux and is highly recommended that you use it. Archimedes uses Drupal's standard installation practice of an installation profile. Create a Database and virtual host entry for your server and follow the Drupal installation process, selecting the Archimedes install profile at install time.

Configuration

Browse to http:https://mysite.com/admin/archimedes and setup the email account settings. As per Drupal's configuration, add a cron task to run drupal cron regularly so that Archimedes checks for new emails.

Now your running with Archimedes server. The next step is to get clients reporting to you!