Skip to content

Commit

Permalink
add initial CKAN steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Nov 11, 2024
1 parent e79c498 commit fe53604
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions book/tooling/ckan.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,14 +503,20 @@ as follows:
```
sudo service redis-server start
```
- test it by running: `redis-cli`
- test it by running:
```
127.0.0.1:6379>
127.0.0.1:6379>ping
PONG
redis-cli
```

![redis install3](./images/redis-install3.png)
- which should bring you to a prompt of `127.0.0.1:6379>`, so then type
`ping <enter>`
- the response should be `PONG`
```
127.0.0.1:6379>
127.0.0.1:6379>ping
PONG
```

![redis install3](./images/redis-install3.png)

## Create the CKAN database tables

Expand Down

0 comments on commit fe53604

Please sign in to comment.