Unix Packages

Hi,

I need to create a unix package for various environments (DEV, UAT, PRE-PROD).

The scripts are keep within SVN, I need to pull the scripts from SVN and create a package then deploy them to each environment.

What's the best approach i should take and use. ( each configuration property would be different for each environment )

If someone can point / advise the best process that would be really good.

thank you

  • Check out latest copy from SVN.
  • Create one copy per environment.
  • Modify script configuration, files etc. as per environment.
  • Build package/environment using "pkgtrans" command and deploy. Check manual page/documentation for pkgtrans, you will get better idea.

Let us know in case of any queries.

What is the Unix platform?