Rabbit

PHP is fun again
This document will help you get started with Rabbit 0.7.

Download it

Download the current version of Rabbit to begin.

Install it

After you have downloaded Rabbit, extract it in a directory within your htdocs folder to begin an application. That directory will be your "application root" directory. It should now contain a file called index.php and several other files and folders.

Setting it up

Modify the file settings.php in your application root. Set the settings 'applicationname', 'rootdir', 'hostname', 'url', and 'webaddress'. You can also specify other settings now, such as 'timezone', 'language'. For more information about each setting, see settings.

Test it

Turn on your web server and go to the specified address that corresponds to the directory within your htdocs. You should be seeing a welcome page.

You're good to go!

You're now ready to start developing your application. Shoot the blog example to see how you can make a simple personal blog, which will allow you to see some of the aspects of Rabbit in action.

^ Back to top