Last active
August 29, 2015 14:11
-
-
Save FooBarWidget/8180c419fccaa2f13547 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ pappardelle create-cluster | |
Please choose an infrastructure provider: | |
(*) Amazon Web Services | |
( ) Digital Ocean | |
( ) ...etc... | |
How many slaves do you want? | |
Input: 2 | |
This is the plan: | |
1. Launch server #1 | |
2. Launch server #2 | |
3. Launch server #3 | |
4. Create master database instance #1 on server #1 | |
5. Create slave database instance #2 on server #2 | |
6. Create slave database instance #3 on server #3 | |
Continue with this plan? [Y/n] y | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment