Update README.md
This commit is contained in:
parent
c2b181693b
commit
9222f6645f
20
README.md
20
README.md
|
@ -27,20 +27,30 @@ 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.
|
||||||
- PHP [dom](http://php.net/manual/en/book.dom.php) module for DOM manipulation.
|
- 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.
|
- PHP [json](http://php.net/manual/en/book.json.php) module for JSON manipulation.
|
||||||
- Webserver with PHP support
|
- Supported web servers:
|
||||||
* PHP Built-in web server
|
* Bludit supports almost every webserver
|
||||||
|
* PHP Built-in web server
|
||||||
|
|
||||||
Installation guide
|
Installation guide
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
1. Download the latest version from https://cdn.bludit.com/builds/bludit_latest.zip
|
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 server/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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue