Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1003 Bytes

UPDATING.md

File metadata and controls

38 lines (23 loc) · 1003 Bytes

Updating

Repository update

Manual updating

Pull this updated repo changes in your fork.

GitHub one-click updating

  1. Go to Actions
  2. Select Update under Workflows
  3. Click on Run Workflow and confirm

Update template

🤖 When done a bot will create a pull request in your repo so you can review and confirm the changes.

Update merge

Chevereto update

To update Chevereto make sure to update this repository, then follow these steps:

  1. Re-build the images (see BUILDING)
  2. Down containers (see DOCKER-COMPOSE)
  3. Flush application volume
  4. Re-up containers

Flush application volume

Run the following command to wipe the application volume:

make chevereto-volume-rm <options>

Once removed, on new container up the application volume will be re-created with the updated Chevereto files.