bludit/README.md

50 lines
1.9 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-10-14 15:51:38 +02:00
Bludit is a web application to build your own **web site** 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.
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
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)
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
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-14 15:51:38 +02:00
- Webserver with PHP support
2015-11-19 02:21:22 +01:00
* PHP Built-in web server
2015-06-26 06:54:39 +02:00
Installation guide
------------------
2017-10-14 15:51:38 +02:00
1. Download the latest version from https://cdn.bludit.com/builds/bludit_latest.zip
2015-06-26 06:54:39 +02:00
2. Extract the zip file into a directory like `bludit`.
2017-10-14 15:51:38 +02:00
3. Upload the directory `bludit` to your server/hosting.
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
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).