Simple Web 2.0 blog engine
Go to file
2025-01-08 22:46:44 +05:00
controllers first commit 2025-01-08 22:46:44 +05:00
core first commit 2025-01-08 22:46:44 +05:00
js first commit 2025-01-08 22:46:44 +05:00
models first commit 2025-01-08 22:46:44 +05:00
sql first commit 2025-01-08 22:46:44 +05:00
views first commit 2025-01-08 22:46:44 +05:00
config.example.php first commit 2025-01-08 22:46:44 +05:00
index.php first commit 2025-01-08 22:46:44 +05:00
LICENSE first commit 2025-01-08 22:46:44 +05:00
README.md first commit 2025-01-08 22:46:44 +05:00

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