Mercurial > code > home > repos > light9
annotate bin/homepage @ 2371:5e4321405f54
redo services url structure and homepage config. (pages aren't updated this layout yet)
author | drewp@bigasterisk.com |
---|---|
date | Thu, 08 Jun 2023 12:28:27 -0700 |
parents | e9dc435cc946 |
children | 2088c500415e |
rev | line source |
---|---|
1212 | 1 #!/bin/zsh |
2 | |
3 CONF=/tmp/light9_nginx.conf | |
4 | |
2371
5e4321405f54
redo services url structure and homepage config. (pages aren't updated this layout yet)
drewp@bigasterisk.com
parents:
2249
diff
changeset
|
5 bin/python light9/homepage/write_config.py $CONF |
1212 | 6 |
2371
5e4321405f54
redo services url structure and homepage config. (pages aren't updated this layout yet)
drewp@bigasterisk.com
parents:
2249
diff
changeset
|
7 pnpm vite -c light9/web/vite.config.ts & |
2033 | 8 /usr/sbin/nginx -c $CONF |
9 wait |