Skip to content

Commit 6602777

Browse files
committed
readme updated
1 parent 73b77a5 commit 6602777

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
These scripts will help you to deploy a sharded cluster in windows.
2+
3+
The cluster has :
4+
1 Mongos
5+
3 Config DBs
6+
2 Shards
7+
8+
Each shard is a replica set with 3 nodes each
9+
1 Primary
10+
1 secondary
11+
1 arbiter
12+
13+
To deploy the cluster, please run the exe as follows:
14+
1. start_prod_nodes.bat as a system administrator
15+
2. Follow the instructions mentioned in the setup_prod_arch.txt
16+
17+
The sharded cluster is up and running on the port 27017.
18+
19+
To stop the nodes run stop_prod_nodes.bat as a system administrator.
20+

0 commit comments

Comments
 (0)