Update tmuxinator configs for Stemma
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# /Users/andrewminer/.config/tmuxinator/recipes.yml
|
# /Users/andrewminer/.config/tmuxinator/recipes.yml
|
||||||
|
|
||||||
name: recipes
|
name: recipes
|
||||||
root: /src/recipes
|
root: ~/src/recipes
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
- main:
|
- main:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# /Users/andrewminer/.config/tmuxinator/stemma-term.yml
|
# /Users/andrewminer/.config/tmuxinator/stemma-term.yml
|
||||||
|
|
||||||
name: stemma-term
|
name: stemma-term
|
||||||
root: /src/stemma/frontend/amundsen_application/static/
|
root: ~/src/stemma/frontend/amundsen_application/static/
|
||||||
|
|
||||||
startup_window: terminal
|
startup_window: terminal
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +1,31 @@
|
|||||||
# /Users/andrewminer/.config/tmuxinator/stemma.yml
|
# /Users/andrewminer/.config/tmuxinator/stemma.yml
|
||||||
|
|
||||||
name: stemma
|
name: stemma
|
||||||
root: /src/stemma
|
root: ~/src/stemma
|
||||||
|
|
||||||
startup_window: terminal
|
startup_window: terminal
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
- neo4j: docker-compose -f frontend/docker-compose.yml up neo4j
|
- neo4j:
|
||||||
- elasticsearch: docker-compose -f frontend/docker-compose.yml up elasticsearch
|
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:
|
- databuilder:
|
||||||
root: /src/stemma/databuilder
|
root: ~/src/stemma/databuilder
|
||||||
panes: source venv/bin/activate
|
panes: source .venv/bin/activate
|
||||||
- webpack:
|
- webpack:
|
||||||
root: /src/stemma/frontend/amundsen_application/static
|
root: ~/src/stemma/frontend/amundsen_application/static
|
||||||
panes: nvm use && npm run watch
|
panes: nvm use && npm run watch
|
||||||
- server:
|
- server:
|
||||||
panes: ./server.sh
|
panes: make dev
|
||||||
root: /src/stemma/frontend
|
root: ~/src/stemma/frontend
|
||||||
- editor: vim
|
- editor: vim
|
||||||
- terminal:
|
- terminal:
|
||||||
|
|||||||
Reference in New Issue
Block a user