@@ -92,28 +92,28 @@ Create CentOS 6.6 VM instance in AWS
92923 . Install Requests - "pip install requests".
93934 . Install argcomplete on LINUX
9494
95- a . "pip install argcomplete"
96- b . "sudo activate-global-python-argcomplete"
95+ 1 . "pip install argcomplete"
96+ 2 . "sudo activate-global-python-argcomplete"
9797
98985 . Install argcomplete on OS X
9999
100- a . Install Homebrew - see http://brew.sh/
101- b . Install the latest version of BASH "brew install bash". Verify that BASH is 4.2 or greater "echo $BASH_VERSION".
102- c . Change shell by running "csh" and add "/usr/local/bin/bash" to the end of /etc/shells.
103- d . Run "activate-global-python-argcomplete --dest /usr/local/etc/bash_completion.d"
104- e . Run "source /usr/local/etc/bash_completion.d/python-argcomplete.sh"
105- f . Add "source /usr/local/etc/bash_completion.d/python-argcomplete.sh" to your ./bashrc.
100+ 1 . Install Homebrew - see http://brew.sh/
101+ 2 . Install the latest version of BASH "brew install bash". Verify that BASH is 4.2 or greater "echo $BASH_VERSION".
102+ 3 . Change shell by running "csh" and add "/usr/local/bin/bash" to the end of /etc/shells.
103+ 4 . Run "activate-global-python-argcomplete --dest /usr/local/etc/bash_completion.d"
104+ 5 . Run "source /usr/local/etc/bash_completion.d/python-argcomplete.sh"
105+ 6 . Add "source /usr/local/etc/bash_completion.d/python-argcomplete.sh" to your ./bashrc.
106106
1071076 . Copy src/kb to a location on your machine
1081087 . Add the directory where kb is to your PATH variable - "export PATH=%PATH:/[ path to kb]
1091098 . Since AWS instances are not directly accessible from corp, kb uses a jump host. Currenly this is hard coded to use labProxy.
110110
111- a . Modify /etc/hosts to add "labproxy [ jump host name or ip address] "
111+ 1 . Modify /etc/hosts to add "labproxy [ jump host name or ip address] "
1121129 . Install pssh found at https://code.google.com/archive/p/parallel-ssh . Follow instructions in the INSTALL file.
11311310 . Set readonly username and password
114114
115- a . export KB_READONLY_USER=[ username]
116- b . export KB_READONLY_PASSWORD=[ password]
115+ 1 . export KB_READONLY_USER=[ username]
116+ 2 . export KB_READONLY_PASSWORD=[ password]
117117
118118## Change Prompt
119119This will change the prompt to show the current environment that is set. I put this in my .bashrc file.
0 commit comments