Install Bludit CMS with DDEV
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 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
- Use
ddev config --project-type=php
to configure the project.
ddev start
- Visit the selected URL (like
https://bludit.ddev.site
) to install Bludit. - To see complete ddev project information, use
ddev describe
.