bludit/README.md

50 lines
1.9 KiB
Markdown
Raw Normal View History

2016-02-21 23:56:52 -03:00
[Bludit](https://www.bludit.com/)
2016-01-17 20:29:15 -03:00
================================
2017-10-14 15:51:38 +02:00
**Simple**, **Fast** and **Flexible** CMS
2015-06-26 01:54:39 -03: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 02:07:49 -03:00
2016-02-21 23:56:52 -03:00
- [Documentation](https://docs.bludit.com)
2017-10-14 15:51:38 +02:00
- [Help and Support](https://forum.bludit.org)
2016-02-21 23:56:52 -03: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-07 22:42:57 -03: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 16:35:52 -03:00
2016-01-17 20:29:15 -03:00
Social networks
---------------
2015-09-07 22:42:57 -03:00
- [Twitter](https://twitter.com/bludit)
2015-09-18 01:29:25 -03:00
- [Facebook](https://www.facebook.com/bluditcms)
2015-09-07 22:42:57 -03: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 15:35:11 -03:00
2015-06-26 01:54:39 -03:00
Requirements
------------
2016-10-07 17:16:45 +05:30
You just need a web server with PHP support.
2015-06-26 01:54:39 -03:00
2016-10-07 17:16:45 +05:30
- PHP v5.3 or higher.
2015-11-05 00:09:12 -03:00
- PHP [mbstring](http://php.net/manual/en/book.mbstring.php) module for full UTF-8 support.
2016-10-07 17:16:45 +05:30
- 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-18 22:21:22 -03:00
* PHP Built-in web server
2015-06-26 01:54:39 -03: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 01:54:39 -03: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-14 21:07:07 -03:00
License
-------
2016-10-07 17:16:45 +05:30
Bludit is open source software licensed under the [MIT license](https://tldrlegal.com/license/mit-license).