Skip to content
lancew edited this page Aug 9, 2011 · 3 revisions

DojoList was designed to be simple to install and also with minimal prerequisites. So installation is pretty simple.

1. Copy to your web server. It can be to the root or a sub directory.
2. Rename index.php.default to index.php
3. Edit the index.php file
3a. change option(‘base_uri’, ‘/’); as appropriate for example to option(‘base_uri’, ‘/dojolist’);
3b. add the Google Maps API key to the option(‘GoogleKey’,’’); ( http://code.google.com/apis/maps/signup.html )
3c. add your recaptcha keys ( http://www.google.com/recaptcha/whyrecaptcha )
4. enjoy!

Clone this wiki locally