Skip to content

Commit

Permalink
Update 'Documentation' instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
jematson committed Aug 9, 2024
1 parent 2b5fce0 commit 3fbb11a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions documentation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,15 @@ To add a feature from your local instance to the main Data Catalog,

1. Push the files to the `acepportal-ckan` GitHub repository.
2. Wait about 30 min. for the changes to be pulled to VM.
3. If you have added a new extension, ssh into the VM and add the extension name to the `.env` file.
4.
3. If you have added a new extension, SSH into the VM and add the extension name to the `.env` file.

- `ssh user@portal.lab.acep.uaf.edu`
- `cd /opt/ckan/acepportal-ckan`
- `vi .env`

4. After installing new extensions or making other changes, you may need to restart the `acep-ckan-cont` container to make them take effect. Inside the VM, run

- `docker restart acep-ckan-cont`

## Extensions
### Currently Installed
Expand Down

0 comments on commit 3fbb11a

Please sign in to comment.