Update README.md

This commit is contained in:
Diego Najar 2018-03-05 00:28:58 +01:00 committed by GitHub
parent 4330808b42
commit 52d40af54c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 11 deletions

View File

@ -6,6 +6,8 @@ Bludit is a web application to build your own **website** or **blog** in seconds
Bludit supports **Markdown** and **HTML code** for the content. Bludit supports **Markdown** and **HTML code** for the content.
Bludit is a **Flat-File** CMS.
- [Documentation](https://docs.bludit.com) - [Documentation](https://docs.bludit.com)
- [Help and Support](https://forum.bludit.org) - [Help and Support](https://forum.bludit.org)
- [Plugins](https://plugins.bludit.com) - [Plugins](https://plugins.bludit.com)
@ -29,15 +31,6 @@ Requirements
You just need a web server with PHP support. You just need a web server with PHP support.
PHP v5.3 or higher.
PHP mbstring module for full UTF-8 support.
PHP gd module for image processing.
PHP dom module for DOM manipulation.
PHP json module for JSON manipulation.
Supported web servers:
Bludit supports almost every webserver
PHP Built-in web server
- PHP v5.3 or higher. - PHP v5.3 or higher.
- PHP [mbstring](http://php.net/manual/en/book.mbstring.php) module for full UTF-8 support. - PHP [mbstring](http://php.net/manual/en/book.mbstring.php) module for full UTF-8 support.
- PHP [gd](http://php.net/manual/en/book.image.php) module for image processing. - PHP [gd](http://php.net/manual/en/book.image.php) module for image processing.
@ -51,7 +44,7 @@ Installation Guide
------------------ ------------------
1. Download the latest version from the official page. [Bludit.com](https://www.bludit.com) 1. Download the latest version from the official page. [Bludit.com](https://www.bludit.com)
2. Extract the zip file into a directory like bludit. 2. Extract the zip file into a directory like `bludit`.
3. Upload the directory `bludit` to your web server or hosting. 3. Upload the directory `bludit` to your web server or hosting.
4. Visit your domain https://example.com/bludit/ 4. Visit your domain https://example.com/bludit/
5. Follow the Bludit Installer to configure the website. 5. Follow the Bludit Installer to configure the website.