-
Notifications
You must be signed in to change notification settings - Fork 5
Home
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.
- 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.
Browse to http://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!