-
Notifications
You must be signed in to change notification settings - Fork 92
Update WEKO3
Masaharu Hayashi edited this page Apr 18, 2020
·
7 revisions
- 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