Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
server
virtinstaller
Commits
f4234ddb
Commit
f4234ddb
authored
Mar 28, 2016
by
Steffen Gebert
Browse files
Update README.md
parent
0f901b62
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f4234ddb
...
@@ -14,10 +14,12 @@ Chef Bootstrapping (On Your Workstation)
...
@@ -14,10 +14,12 @@ Chef Bootstrapping (On Your Workstation)
*
When bootstrapping a publicly reachable VM
*
When bootstrapping a publicly reachable VM
```
shell
```
shell
knife bootstrap
--bootstrap-version
12.5.1
-N
srvXXX.typo3.org
-E
production
-r
"recipe[t3-base]"
-E
production
--ssh-user
=
root 46.4.xxx.yyy
knife bootstrap
--bootstrap-version
12.5.1
-E
production
-r
"recipe[t3-base]"
--ssh-user
=
root
\
-N
srvXXX.typo3.org 46.4.xxx.yyy
```
```
*
When bootstrapping a VM in the private network:
*
When bootstrapping a VM in the private network:
```
shell
```
shell
knife bootstrap
--bootstrap-version
12.5.1
-N
srv171-test.typo3.org
-E
production
-r
"recipe[t3-base]"
--ssh-gateway
username@msXX.typo3.org 10.186.2.xx
knife bootstrap
--bootstrap-version
12.5.1
-E
production
-r
"recipe[t3-base]"
--ssh-gateway
username@msXX.typo3.org
\
-N
srvXXX.typo3.org 10.186.2.xx
```
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment