Difference between revisions of "Create a Container Realm"
From Roaring Penguin
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | '''NOTE:''' Only Roaring Penguin personnel can perform these steps! | |
− | # | + | |
− | # | + | # ssh to colo15 |
− | # | + | # Type: <code>/usr/local/bin/containerize <i>realmname</i></code> |
− | + | # Confirm by typing <code>Y</code> when prompted. | |
− | + | ||
+ | Here is a sample run: | ||
+ | |||
+ | $ <b>containerize example-com</b> | ||
+ | Picking example.com as the representative domain. | ||
+ | About to perform the following actions: | ||
+ | |||
+ | - Create realm container-example-com | ||
+ | - Reparent example-com and its children into container-example-com | ||
+ | - Map the domain container.example.com to container-example-com | ||
+ | - Create a user admin@container.example.com | ||
+ | |||
+ | Proceeed? (Y/N) <b>y</b> | ||
+ | |||
+ | All done! New admin credentials are: | ||
+ | Username: admin@container.example.com | ||
+ | Password: xxxxxxxxxx | ||
<div style="float:right; clear:both; margin-right:0.5em">[[Support Wiki | [Home]]]</div> | <div style="float:right; clear:both; margin-right:0.5em">[[Support Wiki | [Home]]]</div> | ||
− | [[category:All]][[category: | + | [[category:All]][[category:Management]] |
Latest revision as of 13:26, 3 February 2017
NOTE: Only Roaring Penguin personnel can perform these steps!
- ssh to colo15
- Type:
/usr/local/bin/containerize realmname
- Confirm by typing
Y
when prompted.
Here is a sample run:
$ containerize example-com Picking example.com as the representative domain. About to perform the following actions: - Create realm container-example-com - Reparent example-com and its children into container-example-com - Map the domain container.example.com to container-example-com - Create a user admin@container.example.com Proceeed? (Y/N) y All done! New admin credentials are: Username: admin@container.example.com Password: xxxxxxxxxx