Changes between Version 3 and Version 4 of HowTo/WriteInstallScript
- Timestamp:
- 09/25/12 11:39:27 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/WriteInstallScript
v3 v4 1 [[PageOutline]] 1 2 When getting ready to run experiments in GENI, it is always a good idea to automate the setup of your experiment. 3 4 In GENI [wiki:GENIExperimenter/RSpecs RSpecs], you have the capability of instructing an Aggregate Manager to download software from the web, and execute install scripts at boot up time. 5 This page provides step by step instructions about how to write and use install scripts. In summary the steps you have to take are: 6 [[PageOutline(,,inline,)]] 7 8 2 9 = 1. Write your script = 10 The first step is to write your install script. 3 11 = 2. Test your script = 4 12 = 3. Find a Web Server =