Skip to content

Instantly share code, notes, and snippets.

@borriglione
Last active June 6, 2017 11:28
Show Gist options
  • Save borriglione/63b0b7615dbc86c69d7f9ef7fa66d3e8 to your computer and use it in GitHub Desktop.
Save borriglione/63b0b7615dbc86c69d7f9ef7fa66d3e8 to your computer and use it in GitHub Desktop.
Jobmixer
@borriglione
Copy link
Author

borriglione commented May 8, 2017

Login to docker container:
docker exec -it <container_id> bash

For example:
docker exec -it 953801e08b82 bash #Core
docker exec -it 948f7997147c bash #Datenbank

@borriglione
Copy link
Author

borriglione commented May 8, 2017

GraphQL-stuff

inaktive Jobs auslesen http://localhost:9000/{jobs(active:0) active,alternativeTitles{name},uuid,title,company{email},userDefinedKey,description,salary,contractTypes{name},keywords}}

aktive Jobs auslesen http://localhost:9000/{jobs(active:1){active,alternativeTitles{name},uuid,title,company{email},userDefinedKey,description,salary,contractTypes{name},keywords}}

Potentielle Felder von jobs auslesen: http://localhost:9000/{__type(name: "Job") {name fields {name type {name kind}}}}}

@borriglione
Copy link
Author

borriglione commented May 12, 2017

Migration data / seed

docker exec -it jobmixerlegacy_web_1 ./symfony --force --env=dev doctrine:build-all-reload jobmixer

@borriglione
Copy link
Author

Log output

./bin/logs

@StephanHoyer
Copy link

seed data

docker exec -it jobmixerlegacy_web_1 ./symfony doctrine:data-load jobmixer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment