2016-02-22 03:56:52 +01:00
[Bludit ](https://www.bludit.com/ )
2016-01-18 00:29:15 +01:00
================================
2016-01-18 00:30:54 +01:00
**Fast**, **simple** , **extensible** and **flat file** CMS.
2015-06-26 06:54:39 +02:00
2016-10-13 04:03:43 +02:00
Bludit is a simple web application to make your own **blog** or **site** in seconds, it's completely **free and open source** . Bludit uses flat-files to store the posts and pages, you don't need to install or configure a database. Bludit supports **Markdown** and HTML code for the content of the posts and pages.
2015-06-26 07:07:49 +02:00
2016-02-22 03:56:52 +01:00
- [Documentation ](https://docs.bludit.com )
- [Help and Support ](https://forum.bludit.com )
- [Plugins ](https://plugins.bludit.com )
2016-06-05 03:31:07 +02:00
- [Themes ](https://themes.bludit.com )
2016-02-22 03:56:52 +01:00
- [More plugins and themes ](https://forum.bludit.com/viewforum.php?f=14 )
2015-09-08 03:42:57 +02:00
2016-11-21 20:35:52 +01:00
[![Donate ](https://img.shields.io/badge/paypal-donate-yellow.svg )](https://www.paypal.com/cgi-bin/webscr?cmd=_donations& business=S55XTNZ8YQXSA& lc=AR& item_name=BLUDIT& currency_code=USD& bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted)
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
------------
2016-10-07 13:46:45 +02:00
You just need a web server with PHP support.
2015-06-26 06:54:39 +02:00
2016-10-07 13:46:45 +02:00
- PHP v5.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.
2016-10-07 13:46:45 +02:00
- PHP [gd ](http://php.net/manual/en/book.image.php ) module for image processing.
- PHP [dom ](http://php.net/manual/en/book.dom.php ) module for DOM manipulation.
- PHP [json ](http://php.net/manual/en/book.json.php ) module for JSON manipulation.
- Supported web servers:
2015-11-19 02:21:22 +01:00
* PHP Built-in web server
2016-10-07 13:46:45 +02:00
* Apache with module [mod_rewrite ](http://httpd.apache.org/docs/current/mod/mod_rewrite.html )
* Lighttpd with module [mod_rewrite ](http://redmine.lighttpd.net/projects/1/wiki/docs_modrewrite )
* Nginx with module [ngx_http_rewrite_module ](http://nginx.org/en/docs/http/ngx_http_rewrite_module.html )
* Other
2015-06-26 06:54:39 +02:00
Installation guide
------------------
2016-02-22 03:56:52 +01:00
1. Download the latest version from https://s3.amazonaws.com/bludit-s3/bludit-builds/bludit_latest.zip
2015-06-26 06:54:39 +02:00
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
-------
2016-10-07 13:46:45 +02:00
Bludit is open source software licensed under the [MIT license ](https://tldrlegal.com/license/mit-license ).