User Guide ---------- The server is simply run at a terminal using the command "minneola" or "minneola -D" to run the server as a Daemon. The database files will be stored in the home directory of the user running the program in the directory .minneola. Installation ------------ To install the server you must have the g++ compiler (part of the gcc compiler suite), to compile the server simply change to the directory containing the server source files and type "make", this will compile the server and generate the executable. To install the server type "make install" (as root), this will install the minneola executable to /usr/bin. The minneola exeutable will be able to be run by all users by default. Configuration ------------- When the server is run for the first time it creates an administration account with the username admin and password admin. The user can then login to the server using the client and use the administration functions in the client to add new users to the server and change the default admin account.