Skip to content
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.

Commit

Permalink
improved formatting for README.md
Browse files Browse the repository at this point in the history
improved formatting for README.md
  • Loading branch information
seralf authored Nov 9, 2017
1 parent 0967c9e commit 81898c7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ckan/ckan/README
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,24 @@ Ckan + plugin dcat + dcat-ap-it Docker images

2. Run Ckan docker container with docker compose:

a. Execute follow command to create ckan container:
```
a. Execute follow command to create ckan container:
```bash
docker-compose up -d
```

b. Load "ckan vocabulary" in ckan container:
```
```bash
docker exec -it ckandcat /bin/bash -c ./ckan-vocabulary.sh
```

3. Access ckan server with browser at this link:
```
```bash
http://localhost:5000
```

You can use as ckan "`sysadmin`" account following credential:

```
```properties
User: ckanadmin
Password: ckanpassword
```
Expand Down

0 comments on commit 81898c7

Please sign in to comment.