bludit/README.md

65 lines
2.4 KiB
Markdown
Raw Normal View History

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
Bludit supports **Markdown** and **HTML code** for the content.
2015-06-26 07:07:49 +02:00
2016-02-22 03:56:52 +01:00
- [Documentation](https://docs.bludit.com)
2017-10-14 15:51:38 +02:00
- [Help and Support](https://forum.bludit.org)
2016-02-22 03:56:52 +01:00
- [Plugins](https://plugins.bludit.com)
- [Themes](https://themes.bludit.com)
2017-10-14 15:51:38 +02:00
- [More plugins and themes](https://forum.bludit.org/viewforum.php?f=14)
2015-09-08 03:42:57 +02:00
2017-10-14 15:51:38 +02:00
[![Bludit PRO](https://img.shields.io/badge/Bludit-PRO-blue.svg)](https://pro.bludit.com/)
2016-11-21 20:35:52 +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)
2017-10-14 15:51:38 +02:00
- [Gitter Chat](https://gitter.im/bludit/support)
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
2017-10-25 17:19:31 +02:00
PHP v5.3 or higher.
PHP mbstring module for full UTF-8 support.
PHP gd module for image processing.
PHP dom module for DOM manipulation.
PHP json module for JSON manipulation.
Supported web servers:
Bludit supports almost every webserver
PHP Built-in web server
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:
* Bludit supports almost every webserver
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)
2. Extract the zip file into a directory like bludit.
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/
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).