Update WEKO3 - RCOSDP/weko GitHub Wiki

Update WEKO3

  1. Get changes from a remote repository.
git pull
  1. Check differences from a local branch to a remote branch.
git diff origin/release
  1. Merge a remote branch locally.
git merge
  1. Build new images.
docker-compose build
  1. update resource files.
docker-compose exec web invenio collect -v
docker-compose exec web invenio assets build
  1. Restart containers.
docker-compose start