From 8a9bf71fef247162c1c5bdba8770c8978f3f200a Mon Sep 17 00:00:00 2001 From: dignajar Date: Fri, 26 Jun 2015 01:54:39 -0300 Subject: [PATCH] Bug fixes --- README.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 940e4416..39e6621a 100644 --- a/README.md +++ b/README.md @@ -1 +1,26 @@ -# bludit +[Bludit](http://www.bludit.com/) — Fast, Simple, Extensible and Flat-file CMS. +============================================================================== + +[Documentation](http://docs.bludit.com/en/) +[Help and Support](http://forum.bludit.com) +[Follow Bludit on Twitter](https://twitter.com/bludit) + +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! \ No newline at end of file