Simple Web 2.0 blog engine
controllers | ||
core | ||
js | ||
models | ||
sql | ||
views | ||
config.example.php | ||
index.php | ||
LICENSE | ||
README.md |
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
toconfig.php
- Specify the DB connection details in the config.php file