Update tmuxinator configs for Stemma

This commit is contained in:
Andrew Miner
2022-03-08 08:37:06 -07:00
parent 75539226b5
commit 9404b07f19
3 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# /Users/andrewminer/.config/tmuxinator/recipes.yml
name: recipes
root: /src/recipes
root: ~/src/recipes
windows:
- main:
+1 -1
View File
@@ -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
+18 -8
View File
@@ -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: