bludit/README.md

28 lines
1011 B
Markdown
Raw Normal View History

2015-06-26 07:10:51 +02:00
[Bludit](http://www.bludit.com/) — Flat file CMS
2015-06-26 06:56:06 +02:00
================================================
2015-06-26 06:54:39 +02:00
2015-06-26 07:07:49 +02:00
Bludit is a fast, simple, extensible and Flat file CMS.
2015-06-26 06:56:06 +02:00
- [Documentation](http://docs.bludit.com/en/)
- [Help and Support](http://forum.bludit.com)
2015-06-26 07:07:49 +02:00
- Follow Bludit on [Twitter](https://twitter.com/bludit) and [Facebook](https://www.facebook.com/pages/Bludit/239255789455913)
2015-06-26 06:54:39 +02:00
Requirements
------------
You only need a Webserver with PHP support.
- PHP 5.3 or higher.
- PHP module [mbstring](http://php.net/manual/en/book.mbstring.php) for full UTF-8 support.
- Webserver:
* Apache with module [mod_rewrite](http://httpd.apache.org/docs/current/mod/mod_rewrite.html)
* Ngnix with module [ngx_http_rewrite_module](http://nginx.org/en/docs/http/ngx_http_rewrite_module.html)
Installation guide
------------------
1. Download the latest version from http://www.bludit.com/bludit_latest.zip
2. Extract the zip file into a directory like `bludit`.
3. Upload the directory `bludit` on your hosting.
4. Done!