Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, this its my first question :D \

in the past few days im working with this project https://bitbucket.org/stratos-project/stratos[^], its a plataform for big data project, works with mesos, haddop and others libs, i trying to make installer for that project something like install.sh or a package, but the source need that haddop and mesos are installed in the system,

how i can automated all the installation, any hint can help me :D

thanks for you time

(im learning english sorry if i make mistakes in my write :D)
Posted

1 solution

There are several automated installer systems out there:
https://en.wikipedia.org/wiki/List_of_build_automation_software[^]

I'd review what's available, pick one based on language and supported platforms and go with it. There are others that aren't on that list such as pybombs (used by gnuradio) but bitbake is pretty similar (actually I think pybombs is based bb but it's not a fork, different implementation as far as I know) and used a lot for embedded development (although since it's a generic build tool, it can be used for anything).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900