Want to take OneFileCMS out for a test drive? Please do! Just make sure you read the license before you go using it commercially or making modifications!
| Filename | Description | Size |
| onefilecms_v1.1.1.zip | OneFileCMS only | 8kb |
| onefilecms_site_v1.1.1.zip | OneFileCMS with example PHP site | 56kb |
OneFileCMS is so easy to install your butt will fall off. So, you know, you should go ahead and take precautions now. Or whatever.
// CONFIGURATION INFO
$config_username = "username";
$config_password = "password";
$config_hint = "";
$config_title = "OneFileCMS";
$config_footer = "2009 <a href='http://onefilecms.com/'>OneFileCMS</a> by
<a href='http://iamnotagoodartist.com/'>iamnotagoodartist</a>.";
$config_disabled = "bmp,ico,gif,jpg,png,psd,zip";
$config_excluded = "onefilecms.php,favicon,.htaccess";
Depending on how your webspace is set up, you may also have to modify the file permissions of your site's folders to allow OneFileCMS to modify and create files. (More about that here.) Make sure onefilecms.php and its parent folder are allowed to execute, with CHMOD at 777 and 755. Check with your host if you're not sure.
Yay! Now you can visit http://yoursiteblahblah.com/onefilecms.php (or whatever you renamed it to) and manage your whole site from there. Incredible!
To upgrade your installation of OneFileCMS, simply swap out the configuration info detailed above and upload the new file, replacing the old one.