Total Pageviews

Friday 20 December 2019

Bludit,一个基于php的不用数据库的cms程序

Simple, Fast, Secure, Flat-File CMS 

Bludit is a web application to build your own website or blog in seconds, it's completely free and open source. Bludit uses files in JSON format to store the content, you don't need to install or configure a database. You only need a web server with PHP support.
Bludit is a Flat-File CMS.
Bludit supports Markdown and HTML code for the content.

Follow Bludit

Requirements

You just need a web server with PHP support.
  • PHP v5.6 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 web server
    • PHP Built-in web server (php -S localhost:8000)

Installation Guide

  1. Download the latest version from the official page. Bludit.com
  2. Extract the zip file into a directory like bludit.
  3. Upload the directory bludit to your web server or hosting.
  4. Visit your domain https://example.com/bludit/
  5. Follow the Bludit Installer to configure the website.
----
类似的cms程序flatpress (https://www.flatpress.org/)