This is a CMS?
DirtyCMS is not a good software engineering example. It is a eficiency and simplicity example.
It was designed to be simple, powerful and fit into just a few files.
Just copy the DirtyCMS folder to your webroot folder and access backend.php.
DirtyCMS has just few files:
- backend.php - main back-end file
- db.sqlite - database file
- frontend.php - basic functions to query data in front-end interface
- index.php - example file
- uploads/ - uploads directory
- .htaccess - some basic Apache configs
It is strongly recommended move the database file out of the public folder of your web server.
Change this and other settings on backend.php and frontend.php.