ifs-python
ifs-python copied to clipboard
Install from source. A python utility that installs the latest packages for you.
When installing with --version the directory name uses the default version instead of the version specified on the cli. As a result weird things happen (specifically, I can't install go...
Some software, like jenkins and mongo, are installed via apt repos and the version changes when upstream releases new stuff. For these, it probably doesn't make sense to have version...
There should be a page in markdown format in the project on github, as well as a bit inside the help text that will explain how to make your own...
Support a folder in place of a `source.py` file, for both built-in and external sources. So for example: ``` haproxy ├── haproxy.conf ├── init.d.sh └── install.py ``` This will make...
The HAProxy installer does not leave HAProxy in a working state. - [ ] There is no default configuration file - [ ] There is no sysvinit or upstart script...