|
Project Information
Featured
Links
|
OFVERofver is a simple set of BASH scripts to help on installation and upgrade procedures of software directly from a repository. Simply publish the releases in a branch and evolve the installation and upgrade tools easily with ofver, as the code evolves. ofver enables you to deal with these "special cases" and specific version upgrade workflows, having to only code few lines to support them... But, what do you mean by "software directly from a repository"? Software projects usually create so-called software packages or bundles when a new release of software is published, containing not only the binaries and the source code, but all the tools need for installation and upgrade. ofver is meant to be used when, for whatever reason, this approach does not fit project's requirements and, instead, a fast and simple switching between new versions directly from the repository is needed. How it worksThe idea is quite simple: define a default workflow for both installation and upgrade procedures. Once this is done, you can:
Detailed information on how it works here Test itPlease check demo here Authorshipofver is part of the Ofelia Control Framework software developed within OFELIA FP7 project. Contact { marc.sune | leonardo.bergesio } @ i2cat.net for further information. |