Skip to content

Commit

Permalink
add database initialization to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed May 13, 2024
1 parent 7c48fa6 commit f313a6f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,13 @@ To install ckanext-matomo:
``/etc/ckan/default/ckan.ini``).


4. Restart CKAN. For example if you've deployed CKAN with uWSGI on Ubuntu:
4. Initialize database for local matomo data

```
ckan -c ckan.ini db upgrade -p matomo
```

5. Restart CKAN. For example if you've deployed CKAN with uWSGI on Ubuntu:

```
sudo supervisorctl restart all
Expand Down

0 comments on commit f313a6f

Please sign in to comment.