diff --git a/home/.config/tmuxinator/recipes.yml b/home/.config/tmuxinator/recipes.yml index f416961..ec165d3 100644 --- a/home/.config/tmuxinator/recipes.yml +++ b/home/.config/tmuxinator/recipes.yml @@ -1,7 +1,7 @@ # /Users/andrewminer/.config/tmuxinator/recipes.yml name: recipes -root: /src/recipes +root: ~/src/recipes windows: - main: diff --git a/home/.config/tmuxinator/stemma-term.yml b/home/.config/tmuxinator/stemma-term.yml index 7e335c2..f13e267 100644 --- a/home/.config/tmuxinator/stemma-term.yml +++ b/home/.config/tmuxinator/stemma-term.yml @@ -1,7 +1,7 @@ # /Users/andrewminer/.config/tmuxinator/stemma-term.yml name: stemma-term -root: /src/stemma/frontend/amundsen_application/static/ +root: ~/src/stemma/frontend/amundsen_application/static/ startup_window: terminal diff --git a/home/.config/tmuxinator/stemma.yml b/home/.config/tmuxinator/stemma.yml index 07ceb35..cc1723b 100644 --- a/home/.config/tmuxinator/stemma.yml +++ b/home/.config/tmuxinator/stemma.yml @@ -1,21 +1,31 @@ # /Users/andrewminer/.config/tmuxinator/stemma.yml name: stemma -root: /src/stemma +root: ~/src/stemma startup_window: terminal windows: - - neo4j: docker-compose -f frontend/docker-compose.yml up neo4j - - elasticsearch: docker-compose -f frontend/docker-compose.yml up elasticsearch + - neo4j: + root: ~/src/stemma/frontend + panes: docker-compose -f docker-compose.yml up neo4j + - elasticsearch: + root: ~/src/stemma/frontend + panes: docker-compose -f docker-compose.yml up elasticsearch + - postgresql: + root: ~/src/stemma/api/persistence + panes: docker-compose -f docker-compose.yml up postgres + - graphql: + root: ~/src/stemma/api/persistence + panes: make dev - databuilder: - root: /src/stemma/databuilder - panes: source venv/bin/activate + root: ~/src/stemma/databuilder + panes: source .venv/bin/activate - webpack: - root: /src/stemma/frontend/amundsen_application/static + root: ~/src/stemma/frontend/amundsen_application/static panes: nvm use && npm run watch - server: - panes: ./server.sh - root: /src/stemma/frontend + panes: make dev + root: ~/src/stemma/frontend - editor: vim - terminal: