2016-01-18 00:29:15 +01:00
[Bludit ](http://www.bludit.com/ )
================================
2016-01-18 00:30:54 +01:00
**Fast**, **simple** , **extensible** and **flat file** CMS.
2015-06-26 06:54:39 +02:00
2016-01-18 00:30:54 +01:00
Bludit is a simple web application to make your own **blog** or **site** in seconds, it's completly **free and open source** . Bludit uses flat-files (text files in JSON format) to store the posts and pages, you don't need to install or configure a database.
2015-06-26 07:07:49 +02:00
2015-10-29 04:56:38 +01:00
- [Documentation ](http://docs.bludit.com )
2015-06-26 06:56:06 +02:00
- [Help and Support ](http://forum.bludit.com )
2015-09-08 03:42:57 +02:00
- [Plugins ](https://github.com/dignajar/bludit-plugins )
- [Themes ](https://github.com/dignajar/bludit-themes )
- [More plugins and themes ](http://forum.bludit.com/viewforum.php?f=14 )
2016-01-18 00:29:15 +01:00
Social networks
---------------
2015-09-08 03:42:57 +02:00
- [Twitter ](https://twitter.com/bludit )
2015-09-18 06:29:25 +02:00
- [Facebook ](https://www.facebook.com/bluditcms )
2015-09-08 03:42:57 +02:00
- [Google+ ](https://plus.google.com/+Bluditcms )
2016-01-18 00:29:15 +01:00
- [Freenode IRC ](https://webchat.freenode.net ) channel ** #bludit **
2015-06-26 06:54:39 +02:00
2015-11-01 19:35:11 +01:00
[![Join the chat at https://gitter.im/dignajar/bludit ](https://badges.gitter.im/Join%20Chat.svg )](https://gitter.im/dignajar/bludit?utm_source=badge& utm_medium=badge& utm_campaign=pr-badge& utm_content=badge)
2015-06-26 06:54:39 +02:00
Requirements
------------
2015-11-05 04:09:12 +01:00
You only need a web server with PHP support.
2015-06-26 06:54:39 +02:00
- PHP 5.3 or higher.
2015-11-05 04:09:12 +01:00
- PHP [mbstring ](http://php.net/manual/en/book.mbstring.php ) module for full UTF-8 support.
2015-06-26 06:54:39 +02:00
- Webserver:
2015-11-05 04:09:12 +01:00
* Apache with [mod_rewrite ](http://httpd.apache.org/docs/current/mod/mod_rewrite.html ) module.
* Lighttpd with [mod_rewrite ](http://redmine.lighttpd.net/projects/1/wiki/docs_modrewrite ) module.
* Nginx with [ngx_http_rewrite_module ](http://nginx.org/en/docs/http/ngx_http_rewrite_module.html ) module.
2015-11-19 02:21:22 +01:00
* PHP Built-in web server
2015-06-26 06:54:39 +02:00
Installation guide
------------------
1. Download the latest version from http://www.bludit.com/bludit_latest.zip
2. Extract the zip file into a directory like `bludit` .
2015-10-29 04:56:38 +01:00
3. Upload the directory `bludit` to your hosting server.
2015-07-15 02:07:07 +02:00
4. Done!
License
-------
2015-09-08 03:42:57 +02:00
Bludit is opensource software licensed under the [MIT license ](https://tldrlegal.com/license/mit-license )