BIN installer files

Hey,

Is there a way to upload .bin one-click installer files and have them install automatically just like the RPMs. I’m trying to set up a distribution with BitNami already installed on it.
BitNami :: Redmine

Thanks.

Hi
You would have to write a wrapper script around it does it allow
automation of the install at all?


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.42-0.1-default
up 2 days 19:01, 4 users, load average: 0.15, 0.15, 0.10
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.53

Hi,

The BitNami Stacks could be installed in unattended mode so you can upload the binary and then install it using the SuSE Studio script:

<path_to_binary>/bitnami-redmine-<version>-linux-installer.bin --mode unattended --base_user user --base_password password

I hope it helps.

Thank you very much, I’ll give it a try.

BTW, SuseStudio is awesome. THIS is the way Linux should be done.