Skip to content

Update WEKO3

Masaharu Hayashi edited this page Apr 18, 2020 · 7 revisions

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

Clone this wiki locally