-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` | ||
|
@@ -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 | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.