Bananapress: a super-simple CMS

WordPress is wonderful. People love to use it, and some extremely beautiful and large sites implement it as their backend.

But then there’s those who get tired of wordpress. It works, well, yes. But it is a bit heavy, it can be a bit slow, and it’s not the lightest thing in the world.

So you try our Drupal, but that’s just disgusting – the interface is impossible to use, it has high requirements, and the error messages are nearly indecipherable.

There’s plenty of other CMSes, but they’re all a bit blech. So I decided hey, why don’t I just make my own?

That’s why I made bananapress. It started as just for personal use, then I realized that I could easily create an installation script and make it open source for all of you to use.

Bananapress is a bare-bones simple CMS. It only requires PHP v5.2 and a MySQL Database. Unzip the file, put it in the root of your domain, then go to http://yourdomain.com/install. It will give you instructions on editing the config.php file (I’m hoping to make that webpage be able to edit the configuration file, but I’m not familiar with write and reading text files in PHP). Put in your database information in the config file, then click next on the install page. It should configure a database for use with your site.

Now, you can go to http://yourdomain.com/login.php, enter the password that you entered in the config file, and write and save your first post. Voila, it should show up on your homepage.

And that’s it! I’m working on getting an editing page and some more documentation for it, but it’s a work in progress. So far the feedback has been good.

Feel free to check it out for yourself by going to http://bananapress.co.cc !

Leave a Reply

Your email address will not be published. Required fields are marked *