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 2c07eff commit 6d11a76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion book/tooling/ckan.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,12 +489,14 @@ as follows:
ckan -c ckan.ini db init
```
- you should see a green message: "Upgrading DB: SUCCESS"
![CKAN install tables1](./images/ckan-install-tables1.png)
- test with psql command:
```
psql -U ckanuser -p 5432 -d ckandb -c "\d"
password: odis
```
you should see 32 rows of tables
- you should see 32 rows of tables
![CKAN install tables2](./images/ckan-install-tables2.png)

## Add CKAN user

Expand Down
Binary file added book/tooling/images/ckan-install-tables1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added book/tooling/images/ckan-install-tables2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6d11a76

Please sign in to comment.