Changes between Version 36 and Version 37 of HowTo/WriteInstallScript


Ignore:
Timestamp:
05/23/17 14:34:17 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/WriteInstallScript

    v36 v37  
    3333You can use any scripting language you want, popular choices are:
    3434  * [http://en.wikipedia.org/wiki/Shell_script shell scripts], there are many tutorials online that can guide you through it.
    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`.
     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`.
    3636  * [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`.
    3737