I am looking for a way to build a development environment (IDE, Databases, etc...) within a fresh linux install, and then repackage that setup into an installation that can be installed on other machines (new developers). Does anyone know of any tools to do this? I am using Kubuntu.
|
Hmm I have not read too much good stuff about the KDE in Ubuntu. Anyway, if (and that's a big IF) you would like to look into openSUSE instead, there is the SUSE studio: http://susestudio.com/ See this FAQ: http://susestudio.com/help/faq.html |
|||||||
|
|
I suggest you to build your own We use that in combination with FAI in our company. Update: Are you familiar with Anyway, assume you have some software that is not in the Ubuntu repo, for example Eclipse with some pre-installed plugins and other fancy stuff. I will give you an idea with a simplified step by step instruction.
At this point your eclipse installation is ready to use. So now let's create a
Put something like the following into the control file:
In the In the By now you should have a directory structure like the following:
Change into The next step would be to setup a APT repository :) Copy the package to the new comupter and run Hope i could help. |
|||||
|
|
Have a look at preseeding. It's a technique that allows you to pre-define installation flow. |
|||||
|