Skip to content

Commit adc8f4e

Browse files
committed
aks: Updated README with more sequencing info.
1 parent be232fd commit adc8f4e

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

README.md

+41-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ call the workgroup "acme".
7373

7474
The group of work production systems live in the subdomain of
7575
"prod.acme.com", the QA systems in "qa.acme.com", and the dev
76-
systems in "dev.acme.com".
76+
systems in "dev.acme.com". All of the work systems are linux
77+
systems (except my laptop, which is MacOSX).
7778

7879
My user id on the work systems is "astebbens", while my user id on
7980
the home systems is "aks".
@@ -134,6 +135,45 @@ and system.
134135
</tr>
135136
</table>
136137

138+
Here is the sequence of files on a production work system:
139+
140+
.environment.sh
141+
.environment.linux.sh
142+
.environment.astebbens.sh
143+
.environment.acme.sh
144+
.environment.prod.acme.com.sh
145+
146+
Here are the files sourced in the work dev environment:
147+
148+
.environment.sh
149+
.environment.linux.sh
150+
.environment.astebbens.sh
151+
.environment.acme.sh
152+
.environment.dev.acme.com.sh
153+
154+
Here are the files sourced in on my work laptop:
155+
156+
.environment.sh
157+
.environment.darwin.sh
158+
.environment.somewhere.sh
159+
.environment.astebbens.sh
160+
.environment.acme.sh
161+
.environment.dev.acme.com.sh
162+
163+
Here are the files sourced in on my home desktop:
164+
165+
.environment.sh
166+
.environment.darwin.sh
167+
.environment.anywhere.sh
168+
.environment.aks.sh
169+
.environment.home.sh
170+
171+
The <tt>.environment.sh</tt> script does all the work of figuring out which
172+
other files need to be sourced.
173+
174+
Environment Variables
175+
---------------------
176+
137177
The following environment variables are set, possibly based
138178
on the given sources.
139179

0 commit comments

Comments
 (0)