2016-02-22 03:56:52 +01:00
[Bludit ](https://www.bludit.com/ )
2016-01-18 00:29:15 +01:00
================================
2017-10-14 15:51:38 +02:00
**Simple**, **Fast** and **Flexible** CMS
2015-06-26 06:54:39 +02:00
2017-11-01 21:29:55 +01:00
Bludit is a web application to build your own **website** or **blog** in seconds, it's completely **free and open source** . Bludit uses files in JSON format to store the content, you don't need to install or configure a database. You only need a web server with PHP support.
2017-10-14 15:51:38 +02:00
2018-03-05 00:28:58 +01:00
Bludit is a **Flat-File** CMS.
2018-03-08 19:17:32 +01:00
Bludit supports **Markdown** and **HTML code** for the content.
2016-02-22 03:56:52 +01:00
- [Plugins ](https://plugins.bludit.com )
2016-06-05 03:31:07 +02:00
- [Themes ](https://themes.bludit.com )
2018-03-08 19:17:32 +01:00
- [Documentation ](https://docs.bludit.com )
- Help and Support [Forum ](https://forum.bludit.org ) and [Chat ](https://gitter.im/bludit/support )
2015-09-08 03:42:57 +02:00
2018-01-22 19:07:02 +01:00
[![Bludit PRO ](https://img.shields.io/badge/Bludit-PRO-blue.svg )](https://pro.bludit.com/)
2018-01-22 11:20:33 +01:00
2017-10-25 17:24:48 +02:00
Social Networks
2016-01-18 00:29:15 +01:00
---------------
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 )
2018-03-08 19:17:32 +01:00
- [Youtube ](https://www.youtube.com/channel/UCuLu0Z_CHBsTiYTDz129x9Q?view_as=subscriber )
2015-11-01 19:35:11 +01:00
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.
2017-10-25 17:19:31 +02:00
- Supported web servers:
2018-03-05 00:28:58 +01:00
* Bludit supports almost every web server
2018-01-15 17:27:38 +01:00
* PHP Built-in web server (`php -S localhost:8000`)
2015-06-26 06:54:39 +02:00
2017-10-25 17:24:48 +02:00
Installation Guide
2015-06-26 06:54:39 +02:00
------------------
2017-10-25 17:19:31 +02:00
1. Download the latest version from the official page. [Bludit.com ](https://www.bludit.com )
2018-03-05 00:28:58 +01:00
2. Extract the zip file into a directory like `bludit` .
2017-10-25 17:19:31 +02:00
3. Upload the directory `bludit` to your web server or hosting.
2017-10-14 15:51:38 +02:00
4. Visit your domain https://example.com/bludit/
5. Follow the Bludit Installer to configure the website.
2015-07-15 02:07:07 +02:00
2017-10-25 17:24:48 +02:00
Docker Image
------------
Bludit provides an official Docker image.
- https://hub.docker.com/r/bludit/docker/
2018-01-17 09:50:27 +01:00
Backers
-------
2018-01-22 19:07:02 +01:00
Become a **Backer** and support Bludit with a monthly contribution to help us continue development.
2018-03-19 20:17:32 +01:00
- [Become a Backer ](https://www.patreon.com/bePatron?c=921115&rid=2458859 )
2018-01-17 09:50:27 +01:00
Sponsors
--------
2018-01-22 19:07:02 +01:00
Become a **Sponsor** and support Bludit with a monthly contribution to help us continue development.
2018-07-20 10:03:00 +02:00
[![Become a Sponsor ](https://img.shields.io/badge/Become%20a%20Sponsor--green.svg )](https://www.patreon.com/bePatron?c=921115& rid=2458860)
2018-01-17 09:50:27 +01:00
2018-03-19 20:17:32 +01:00
- < a href = "https://www.patreon.com/clickwork" target = "_blank" > Clickwork</ a >
2018-03-24 11:49:30 +01:00
- < a href = "https://www.patreon.com/user/creators?u=10331784" target = "_blank" > KreativMind</ a >
2018-07-20 10:03:00 +02:00
- < a href = "https://www.patreon.com/pinguinsreisende" target = "_blank" > Gerriet Selent</ a >
2018-07-13 09:19:28 +02:00
- < a href = "https://www.patreon.com/user/creators?u=12261033" target = "_blank" > Jan Rippl</ a >
2018-07-20 10:03:00 +02:00
- < a href = "https://www.patreon.com/user/creators?u=9828204" target = "_blank" > Wesleigh Walker</ a >
2018-01-17 09:50:27 +01:00
2015-07-15 02:07:07 +02:00
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 ).