Stork Tutorial: Manual Install
Manual Install
To manually install a package on a node, simply run the command Stork
followed by the package name, from root. For instance:
./stork.py gnuchess
will install gnuchess on the node on which it is run. To install gnuchess
on three separate nodes, then, the user would need to log into each node
separately and run Stork gnuchess on that node. This is an efficient way
to install packages when the package only needs to be installed on a single or small
number of nodes. To install your package, it will need to be added to your
trusted packages file first.
Return to the tutorial contents.
Home Top
|