Skip to content

DO NOT MERGE WITH MASTER. Split ember and rails. Dockerize GUP for development. #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dockerize-gup
Choose a base branch
from

Conversation

stefanberndtsson
Copy link
Contributor

Example of dockerization of GUP.

Some tips and hints below to discuss

Load database

cat /var/tmp/gupdump.sql | docker-compose exec -T gup_database psql -U gup gup

Update Ember

docker-compose run gup_frontend npm install 
docker-compose run gup_frontend ember install

Reindex Solr

docker-compose exec gup_solr full-reindex.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant