Skip to content

Commit

Permalink
demo updates
Browse files Browse the repository at this point in the history
  • Loading branch information
viragtripathi committed Jun 9, 2022
1 parent 33e5b79 commit edc192f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
6 changes: 1 addition & 5 deletions examples/mssql/demo/setup_re_crdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ sudo docker exec -it re-node1-cluster1 /opt/redislabs/bin/rladmin cluster create
sudo docker exec -it re-node1-cluster2 /opt/redislabs/bin/rladmin cluster create name cluster2.local username [email protected] password redislabs
sudo docker exec -it re-node1-cluster3 /opt/redislabs/bin/rladmin cluster create name cluster3.local username [email protected] password redislabs


# Create the CRDB
echo "Creating a CRDB"
echo ""
# Test the cluster
sudo docker exec -it re-node1-cluster1 bash -c "/opt/redislabs/bin/rladmin info cluster"

Expand Down Expand Up @@ -117,7 +113,7 @@ echo "------- RLADMIN status -------"
sleep 60
sudo docker exec -it re-node1-cluster1 bash -c "rladmin status"
echo ""
sudo docker exec -it re-node1-cluster1 bash -c "crdb-cli crdb list"
sudo docker exec -it re-node1-cluster1 bash -c "crdb-cli coordinate crdb-list"
echo ""
echo "You can open a browser and access Redis Enterprise Admin UI at https://127.0.0.1:8443 (replace localhost with your ip/host) with [email protected] and password=redislabs."
echo "To connect using RedisInsight or redis-cli, please use the exposed port from the node where master shard for the database resides."
Expand Down
6 changes: 1 addition & 5 deletions examples/mysql/demo/setup_re_crdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ sudo docker exec -it re-node1-cluster1 /opt/redislabs/bin/rladmin cluster create
sudo docker exec -it re-node1-cluster2 /opt/redislabs/bin/rladmin cluster create name cluster2.local username [email protected] password redislabs
sudo docker exec -it re-node1-cluster3 /opt/redislabs/bin/rladmin cluster create name cluster3.local username [email protected] password redislabs


# Create the CRDB
echo "Creating a CRDB"
echo ""
# Test the cluster
sudo docker exec -it re-node1-cluster1 bash -c "/opt/redislabs/bin/rladmin info cluster"

Expand Down Expand Up @@ -117,7 +113,7 @@ echo "------- RLADMIN status -------"
sleep 60
sudo docker exec -it re-node1-cluster1 bash -c "rladmin status"
echo ""
sudo docker exec -it re-node1-cluster1 bash -c "crdb-cli crdb list"
sudo docker exec -it re-node1-cluster1 bash -c "crdb-cli coordinate crdb-list"
echo ""
echo "You can open a browser and access Redis Enterprise Admin UI at https://127.0.0.1:8443 (replace localhost with your ip/host) with [email protected] and password=redislabs."
echo "To connect using RedisInsight or redis-cli, please use the exposed port from the node where master shard for the database resides."
Expand Down
6 changes: 1 addition & 5 deletions examples/postgres/demo/setup_re_crdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ sudo docker exec -it re-node1-cluster1 /opt/redislabs/bin/rladmin cluster create
sudo docker exec -it re-node1-cluster2 /opt/redislabs/bin/rladmin cluster create name cluster2.local username [email protected] password redislabs
sudo docker exec -it re-node1-cluster3 /opt/redislabs/bin/rladmin cluster create name cluster3.local username [email protected] password redislabs


# Create the CRDB
echo "Creating a CRDB"
echo ""
# Test the cluster
sudo docker exec -it re-node1-cluster1 bash -c "/opt/redislabs/bin/rladmin info cluster"

Expand Down Expand Up @@ -117,7 +113,7 @@ echo "------- RLADMIN status -------"
sleep 60
sudo docker exec -it re-node1-cluster1 bash -c "rladmin status"
echo ""
sudo docker exec -it re-node1-cluster1 bash -c "crdb-cli crdb list"
sudo docker exec -it re-node1-cluster1 bash -c "crdb-cli coordinate crdb-list"
echo ""
echo "You can open a browser and access Redis Enterprise Admin UI at https://127.0.0.1:8443 (replace localhost with your ip/host) with [email protected] and password=redislabs."
echo "To connect using RedisInsight or redis-cli, please use the exposed port from the node where master shard for the database resides."
Expand Down

0 comments on commit edc192f

Please sign in to comment.