Changes between Version 36 and Version 37 of HowTo/WriteInstallScript
- Timestamp:
- 05/23/17 14:34:17 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/WriteInstallScript
v36 v37 33 33 You can use any scripting language you want, popular choices are: 34 34 * [http://en.wikipedia.org/wiki/Shell_script shell scripts], there are many tutorials online that can guide you through it. 35 * [ 35 * [http://www.perl.org/ Perl]. Make sure that perl is installed by default in the Image you are using. Login to your nodes and type `perl -h`. 36 36 * [http://www.python.org/ Python]. Make sure that Python is installed by default in the Image you are using. Login to your nodes and type `python -h`. 37 37