Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 968 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 968 Bytes

Install Bludit CMS with DDEV

What is Bludit

Bludit is an open source content managment system. Its a flat file cms which means that you dont need a database for it, bludit saves everything in the folders. You can read more about that, in the Bludit Documentation for the Folder Structure.

Installation

Installation is the same as for any general-purpose PHP or HTML project, you get the code and then use ddev config and ddev start.

Clone the git repository for bludit: git clone https://github.com/bludit/bludit.git

Configure ddev

  • Use ddev config --project-type=php to configure the project.

Start ddev and install Bludit

  • ddev start
  • Visit the selected URL (like https://bludit.ddev.site) to install Bludit.
  • To see complete ddev project information, use ddev describe.

Original Author: @crydotsnake