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