Skip to content

Commit

Permalink
styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed May 13, 2024
1 parent 709d256 commit f63437f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,18 @@ To install ckanext-matomo:

1. Activate your CKAN virtual environment, for example:


. /usr/lib/ckan/default/bin/activate
```
. /usr/lib/ckan/default/bin/activate
```

2. Clone the source and install it on the virtualenv


```
git clone https://github.com/vrk-kpa/ckanext-matomo.git
cd ckanext-matomo
pip install -e .
pip install -r requirements.txt

```

3. Add ``matomo`` to the ``ckan.plugins`` setting in your CKAN
config file (by default the config file is located at
Expand All @@ -49,9 +50,9 @@ To install ckanext-matomo:

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


```
sudo supervisorctl restart all

```

# Config Settings

Expand Down

0 comments on commit f63437f

Please sign in to comment.