Update stemma tmuxinator project

This commit is contained in:
Andrew Miner
2021-12-30 09:43:32 -07:00
parent aa75ac9815
commit 2ae4f833b1
+5 -2
View File
@@ -6,8 +6,11 @@ root: /src/stemma
startup_window: terminal
windows:
- neo4j: docker-compose -f docker-compose-localdev.yml up neo4j
- elasticsearch: docker-compose -f docker-compose-localdev.yml up elasticsearch
- neo4j: docker-compose -f docker-compose.yml up neo4j
- elasticsearch: docker-compose -f docker-compose.yml up elasticsearch
- databuilder:
root: /src/stemma/databuilder
panes: source venv/bin/activate
- webpack:
root: /src/stemma/frontend/amundsen_application/static
panes: npm run watch