Fork of https://github.com/bludit/bludit
eb3d5955de
Doesn't make any sense to look for a .htaccess file if bludit is running on other web server that isn't Apache or Litespeed. I've just placed a small verification to not generate errors if you try to install it using Nginx, for example, and the .htaccess file isn't in place.( |
||
---|---|---|
bl-kernel | ||
bl-languages | ||
bl-plugins | ||
bl-themes | ||
.gitignore | ||
.htaccess | ||
README.md | ||
index.php | ||
install.php |
README.md
Bludit
Fast, simple, extensible and flat file CMS.
Bludit is a simple web application to make your own blog or site in seconds, it's completly free and open source. Bludit uses flat-files (text files in JSON format) to store the posts and pages, you don't need to install or configure a database.
Social networks
- Google+
- Freenode IRC channel #bludit
Requirements
You only need a web server with PHP support.
- PHP 5.3 or higher.
- PHP mbstring module for full UTF-8 support.
- Webserver:
- Apache with mod_rewrite module.
- Lighttpd with mod_rewrite module.
- Nginx with ngx_http_rewrite_module module.
- PHP Built-in web server
Installation guide
- Download the latest version from https://s3.amazonaws.com/bludit-s3/bludit-builds/bludit_latest.zip
- Extract the zip file into a directory like
bludit
. - Upload the directory
bludit
to your hosting server. - Done!
License
Bludit is opensource software licensed under the MIT license