-- $Id: INSTALL,v 1.3 2002/09/20 07:32:00 cwright Exp $ -- Motodo These instruction require that Apache and Moto are installed on your system. For more information on how to install Moto please read my Moto page: http://projects.standblue.net/moto/ You can download Moto directly from its website at http://www.projectmoto.org/download.moto If you wish to run Motodo on a server that doesnt support Moto then you can compile the sources into an Apache DSO using the mmc compiler that comes with Moto. I also have instructions for using mmc: http://projects.standblue.net/moto/mmc.html To install Motodo just create a new MySQL database, give a user permission to insert/update/select from it, then run the motodo.sql file that comes with Motodo: mysql -u username -p database < motodo.sql Edit the motodolib.moto file and change the parameters to suit your site. Things should then be ready to go. BE WARNED - This is very alpha-ish software, and things could very well break. This is public domain software and comes with absolutely no warranty.