• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

open source software to integrate all necessary softwares and install them.

 
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am using Apache,MySQL,Java ... On the client machine i cannot install all this software one by one ..
So is there any software that will allow me to integrate all of this into one exe file ..
So that the client can just click that installation file and all necessary things will be installed


Regards,
Vanlal
 
Bartender
Posts: 2407
36
Scala Python Oracle Postgres Database Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are one-click installers for the *AMP stack (Apache, MySQL, PHP/Python) e.g. XAMPP.

But you need to be careful that you set up all the security/admin stuff correctly: if you tell your customers "Click this to install everything" but your process breaks their systems or lets the whole world access their confidential information, then you may be liable for some expensive repairs.

You also need to make sure that you do not bundle your software too closely with open source software under the Gnu Public Licence without considering the licencing implications.

As for Java libraries etc, I don't know, but you might want to look at tools like Maven to set up a standard build mechanism.

 
Rancher
Posts: 4803
7
Mac OS X VI Editor Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Its easy on Linux, you just use Synaptic (on Debian based systems) or the equivalent on RedHat based systems. It handles all the dependancies for you.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic