This repository has been archived on 2023-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure/app/plume/build/plume/plm-start

10 lines
155 B
Plaintext
Raw Normal View History

2020-10-14 19:27:43 +00:00
#!/bin/bash
2020-10-15 19:20:11 +00:00
until plm migration run;
do sleep 2;
done
2020-10-14 19:27:43 +00:00
plm search init
2020-10-15 19:20:11 +00:00
plm instance new --domain "$DOMAIN_NAME" --name "$INSTANCE_NAME" --private
2020-10-14 19:27:43 +00:00
plume