
CAMAS 1.0 - INSTALLING & Configuration instructions
---------------------------------------------------

 1. Installation instructions


 Installation of CAMAS files are mostly done using 
GNU Autoconf system. 

 To install CAMAS, make sure you have Caudium and Pike
installed somewhere on your machine. Make sure also you
have write access to Caudium file because camas will
install its files there.

 Then just type for a fresh installation (theses 
instruction must be done if you DON'T upgrade your CAMAS).

 $ ./configure
 [Lots of verbose things]
 
 And if there is no errors like cannot find Pike and/or
 Caudium
 
 $ make install

 Then will copy the files used for camas into caudium
directories.

 If the configure script cannot found Pike you can specify
the pike binary you use with :
 
 $ ./configure --with-pike=/the/place/where/is/your/pike/binary


 If the configure script cannot found Caudium you can specify
where is the caudium server directory with :

 $ ./configure --with-caudium=/the/place/where/is/caudium/


 NOTE about Upgrading :

 Before upgrading you must remove manualy the Camas files that
are in your caudium directories.

 There is 3 place where Camas lives in a Caudium Server :

 $SERVERROOT/etc/modules/CAMAS.pmod/
 $SERVERROOT/etc/include/camas/
 $SERVERROOT/modules/camas/

 (with $SERVERROOT is the place where caudium is installed,
  for example /usr/local/caudium/server/)

 Please remove all the files and directories there and start
 install as a fresh Camas install.

 
  2. CAMAS configuration

 All camas configuration is done using Caudium Admin Interface (CIF),
most of the modules are automaticaly loaded...

 Here is the step to create a Camas server from scrach :

 1- Create a new virtual server :
    New virtual Server, select "Basic Server"

 2- Configure as usual for a Caudium Webserver
 
 3- On the virtual server click on "Add modules" and
    select "CAMAS: Main module", this will automagicly
    load all the needed modules to your virtual server
    (others are not needed or are optional).

 4- On CAMAS Main module configure incoming mail
    and outgoing mail with your values.

Now you can access to your mail with http://vir.tual.srv/mail/

Have fun :)
 
