Skip to content

Commit

Permalink
update README explaining local development with CKAN extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
lsamshuijzen committed Apr 26, 2024
1 parent de080fe commit 176fbb3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,21 @@ sudo ln -s /media/sf_epos /var/www/msl_api
Check to see if the login page is accessible by navigating to https://epos-msl.ckan.test/webservice/login. A reboot might be
needed.

#### CKAN extensions

The same method can be used to work with local folders containing the msl CKAN extensions by creating shared folders
within the Virtualbox management program as described above. For example after creating a shared folder containing
the 'msl_ckan_core' repo checkout can be used within the epos-msl server by first removing the currently present version
on the server with:
```bash
sudo rm -r /usr/lib/ckan/msl_ckan_core
```

Followed by creating a symlink to the shared mount:
```bash
sudo ln -s /media/sf_ckanext-msl_ckan /usr/lib/ckan/msl_ckan_core
```

### Seeding test admin panel account(s)

The msl_api project contains a specific seeder for adding test admin accounts. Contents can be adjusted to add or
Expand Down

0 comments on commit 176fbb3

Please sign in to comment.