koblog/content/pages/getting-started/requirements/index.txt

9 lines
403 B
Text
Raw Normal View History

2015-03-08 14:02:59 -03:00
Title: Requirements
Content:
You only need a Webserver with PHP support.
- PHP 5.3 or higher.
2015-03-10 15:39:04 +00:00
- PHP module [mbstring](http://php.net/manual/en/book.mbstring.php) for full UTF-8 support.
2015-03-08 14:02:59 -03:00
- 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)