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 6480643 commit 9c85bcc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion book/tooling/ckan.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,14 +531,18 @@ as follows:

## Add CKAN user

We will create an initial user `admin` for CKAN, with full
`sysadmin` powers, to manage the catalogue. Open a CMD window and
execute:

```
cd C:/working/ckan-site
C:\working\ckan-venv\Scripts\activate
ckan -c ckan.ini user add admin [email protected]
password: odisckan
```

- promote "admin" user to sysadmin
- then promote the "admin" user to sysadmin
```
ckan -c C:/working/ckan-site/ckan.ini sysadmin add admin
```
Expand All @@ -548,6 +552,8 @@ ckan -c ckan.ini user add admin [email protected]

## Run CKAN

We can use the internal "development server" to serve CKAN, as follows:

```
C:\working\ckan-venv\Scripts\activate
ckan -c C:/working/ckan-site/ckan.ini run
Expand Down
Binary file modified book/tooling/images/working-folder.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 9c85bcc

Please sign in to comment.