-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
61 lines (42 loc) · 1.65 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Documentation Key
A minimalistic configuration documentation system for network systems.
Uses a git and asciidoc to produce minimal documentation which is version
controlled and can be distributed, or kept self contained on removable media.
## Requirements
* Bash shell (Unix type system)
* git
* asciidoc
* unix2dos (sysutils package)
## Getting started
1. Clone this repo.
2. Edit config.sh
3. Run ./initialise.sh
4. Start editing documentation (asciidoc format).
5. Eun ./make.sh to generate HTML output.
6. Commit your changes to your local git repo (created by initialise.sh).
--------------------------------------------------------------------------------
THIS DOCUMENT AND THE DOCUMENTS CONTAINED WITHIN THIS
DIRECTORY TREE ARE CONFIDENTIAL! DO NOT DISCLOSE TO UNTRUSTED PARTIES.
---------------------------------------------------
Infrastructure Documentation
---------------------------------------------------
This documentation details just about everything you need to access the
hosting environment. Documentation for servers, passwords etc.
The HTML documentation you are after is most likely in
./html-output
The source files are checked out to
./documentation
Sysadmin scripts are checked out to
./scripts
and the cvs repository is in
./cvsroot
(You shouldn't have to care about old versions)
To make the html output from the source files run
./make.sh
(You shouldn't have to do this)
To clean up junky ~ files run
./clean.sh
(You shouldn't have to do this)
To export another to copy to USB key run
./export.sh
(Also, you shouldn't have to do this, as the source copy is on my latop)