mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-04 11:55:51 +00:00
9 lines
207 B
Bash
Executable File
9 lines
207 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pg_ctlcluster 12 main start
|
|
su postgres -c"psql -c\"alter user postgres with password 'postgres'\""
|
|
su cassandra -c "/opt/cassandra/bin/cassandra -R"
|
|
sleep 90
|
|
chmod +x ./clio_tests
|
|
./clio_tests
|