mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03:00
1f64039473
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
13 lines
381 B
Bash
Executable File
13 lines
381 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker-compose -p sanity kill
|
|
docker-compose -p sanity down --volumes
|
|
docker-compose -p sanity up -d --force-recreate --renew-anon-volumes
|
|
./setup-elastic.sh 9201
|
|
|
|
# Creae workspace record in accounts
|
|
./tool.sh create-workspace sanity-ws -o SanityTest
|
|
# Create user record in accounts
|
|
./tool.sh create-account user1 -f John -l Appleseed -p 1234
|
|
|
|
./restore-workspace.sh |