gma / adl
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
670fefe
adl / README
| a2bdb71d » | Graham Ashton | 2008-04-06 | 1 | README | |
| 2 | ====== | ||||
| 3 | |||||
| 4 | adl is a tool for recording system administration commands in a fully | ||||
| 5 | replayable manner. All syadmin actions are logged to the /root/LOG file. | ||||
| 6 | |||||
| 7 | See the announcement for background info and usage instructions: | ||||
| 8 | |||||
| 9 | http://effectif.com/2008/4/06/automate-your-sysadmin-with-adl | ||||
| 10 | |||||
| 11 | Installation | ||||
| 12 | ============ | ||||
| 13 | |||||
| 14 | Copy adl and then ask it to install itself: | ||||
| 15 | |||||
| 16 | $ sudo sh ./adl -C Installing adl | ||||
| 670fefe3 » | gma | 2009-01-04 | 17 | $ sudo sh ./adl -e /usr/local/bin/adl | |
| a2bdb71d » | Graham Ashton | 2008-04-06 | 18 | ||
| 19 | The second command will open your editor. Load the contents of the adl script | ||||
| 20 | into the empty file, save it, and quit your editor. | ||||
| 21 | |||||
| 22 | Finally, make adl executable: | ||||
| 23 | |||||
| 24 | $ sudo chmod +x /usr/local/bin/adl | ||||
