Installation automation
Posted
by
Denis Gorbachev
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Denis Gorbachev
Published on 2011-05-22T07:41:03Z
Indexed on
2011/06/26
8:30 UTC
Read the original article
Hit count: 396
installation
|automation
Use case:
When I install Ubuntu on another computer, I need to:
- install all the packages that I use;
- make some config changes;
svn checkout
some projects;git clone
some projects;- setup
.ssh/config
; - download a custom Eclipse build;
- download some additional Eclipse plugins;
- make many other tweaks.
So, I want to run a script, like sudo install-everything-needed
, that would execute these predefined actions.
Is there any package that provides the backbone for such system?
© Ask Ubuntu or respective owner