.config directory
This commit is contained in:
parent
66dffa8efe
commit
d9d326eaa1
38 changed files with 5655 additions and 304 deletions
23
.config/tmuxinator/rwa.yml
Normal file
23
.config/tmuxinator/rwa.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# /Users/iankeane/.config/tmuxinator/tendenci-moodle-nifi.yml
|
||||
|
||||
name: rwa-api
|
||||
root: ~/code/rwa/everblue-api
|
||||
|
||||
on_project_start: ~/export_secrets.fish
|
||||
|
||||
windows:
|
||||
- editor:
|
||||
layout: 1341,176x62,0,0[176x22,0,0{91x22,0,0,0,84x22,92,0,4},176x3,0,23,2,176x35,0,27,3]
|
||||
panes:
|
||||
- cd ./frontend/site && nvm use 14 && npm run dev
|
||||
- cd ./api && awsume mt-dev && pipenv run chalice local --stage dev
|
||||
- clear
|
||||
- vim
|
||||
- db:
|
||||
layout: 0843,176x62,0,0[176x31,0,0,1,176x30,0,32,5]
|
||||
panes:
|
||||
- pgcli postgresql://api-dev:$DEV_RWA_DB_PASS@postgres-dev.cluster-cp5bt6ypprun.us-east-1.rds.amazonaws.com/ -p 5432
|
||||
- pgcli postgresql://dev-dev:$DEV_RWA_MOODLE_DB_PASS@postgres-dev.cluster-cp5bt6ypprun.us-east-1.rds.amazonaws.com/ -p 5432
|
||||
- scratch:
|
||||
panes:
|
||||
- fish
|
||||
17
.config/tmuxinator/tendenci-moodle-nifi.yml
Normal file
17
.config/tmuxinator/tendenci-moodle-nifi.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# /Users/iankeane/.config/tmuxinator/tendenci-moodle-nifi.yml
|
||||
|
||||
name: tendenci-moodle-nifi
|
||||
root: ~/code
|
||||
|
||||
|
||||
windows:
|
||||
- editor:
|
||||
layout: tiled
|
||||
panes:
|
||||
- cd ./current/nifi-current/nifi && docker compose up
|
||||
- cd ./current/tendenci-current && docker compose up
|
||||
- cd ./current/moodle-current && docker compose up
|
||||
- watch docker container list
|
||||
- ld: lazydocker
|
||||
- db: pgcli -U postgres -p 5432 -h localhost
|
||||
# TODO: exec into each tendenci / moodle container
|
||||
Loading…
Add table
Add a link
Reference in a new issue