13 lines
321 B
Markdown
13 lines
321 B
Markdown
# 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
|