bludit/README.md

71 lines
2.8 KiB
Markdown
Raw Permalink Normal View History

2016-02-22 03:56:52 +01:00
[Bludit](https://www.bludit.com/)
2016-01-18 00:29:15 +01:00
================================
2019-05-31 13:06:49 +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)
- [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
2019-05-31 13:06:49 +02:00
Follow Bludit
2016-01-18 00:29:15 +01:00
---------------
2015-09-08 03:42:57 +02:00
2019-05-31 13:06:49 +02:00
- [Blog](https://blog.bludit.com)
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)
2019-05-31 13:06:49 +02:00
- [Youtube](https://www.youtube.com/c/Bluditcms)
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
2019-02-28 19:59:18 +01:00
- PHP v5.6 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
------------
2019-05-31 13:06:49 +02:00
Official Docker image on Docker Hub.
2017-10-25 17:24:48 +02:00
- https://hub.docker.com/r/bludit/docker/
2019-05-31 13:06:49 +02:00
Also we provide Kubernetes deployments yaml files.
- https://github.com/bludit/docker/tree/master/kubernetes
Support Bludit!
2018-01-17 09:50:27 +01:00
-------
2019-05-31 13:06:49 +02:00
Bludit is open soruce and free, but if you really like the project and is useful for your you can contribute in [Patreon](https://www.patreon.com/bePatron?c=921115&rid=2458860), also for the supporters we provide Bludit PRO.
2018-01-17 09:50:27 +01:00
2019-05-31 13:06:49 +02:00
[![Bludit PRO](https://img.shields.io/badge/Bludit-PRO-blue.svg)](https://pro.bludit.com/)
2018-07-20 10:03:00 +02:00
2019-05-31 13:06:49 +02:00
### Golden sponsors in Patreon!
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-13 09:19:28 +02:00
- <a href="https://www.patreon.com/user/creators?u=12261033" target="_blank">Jan Rippl</a>
2019-12-31 18:24:15 +01:00
- <a href="https://www.patreon.com/user/creators?u=28428918" target="_blank">Curious Activity</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).