# deadjournal Simple Web 2.0 blog engine ## How to deploy - Create a database in mysql/mariadb - Create tables using the file `sql/schema.sql`: ``` mysql -u other_user -p some_empty_database < sql/schema.sql ``` - Rename `config.example.php` to `config.php` - Specify the DB connection details in the config.php file