https://github.com/roboconf/roboconf-system-installers
System installers for Roboconf
https://github.com/roboconf/roboconf-system-installers
debian-packages installers roboconf rpm rpm-packages system
Last synced: 6 months ago
JSON representation
System installers for Roboconf
- Host: GitHub
- URL: https://github.com/roboconf/roboconf-system-installers
- Owner: roboconf
- License: apache-2.0
- Created: 2014-10-24T16:20:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-05-05T13:31:37.000Z (over 3 years ago)
- Last Synced: 2025-04-14T13:16:41.574Z (6 months ago)
- Topics: debian-packages, installers, roboconf, rpm, rpm-packages, system
- Language: Shell
- Homepage:
- Size: 23 MB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Roboconf's System Installers
[](http://travis-ci.org/roboconf/roboconf-system-installers/builds)
[](http://www.apache.org/licenses/LICENSE-2.0)
[](https://gitter.im/roboconf/roboconf)
[](https://roboconf.github.io)[](https://oss.sonatype.org/content/repositories/snapshots/net/roboconf/)
[](https://bintray.com/roboconf)
[](https://bintray.com/roboconf)
The sources for system installers.
This includes Linux scripts, Debian packages, RPMs, etc.
They are located in a different Git repository because for a given version of Roboconf,
there may be several released installers. Said differently, fixing something in an installer
does not mean the binaries (e.g. the platform) have to be changed.## Build
```
mvn clean install
```## Test
Automated tests are based on Docker and scripts.
They are supposed to be executed on Linux.```
./tests/run-tests-in-docker.sh
```## Notes
* Automated tests for Debian packages were run on Ubuntu 16.04.
* *roboconf-linux-install-scripts* is out of date.
The Karaf commands do not work anymore with Karaf 4.x (password authentication was disabled).
We keep the directory as an example or as a basis for future work.