Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-05-05T13:31:37.000Z (over 2 years ago)
- Last Synced: 2023-08-13T03:10:31.668Z (over 1 year ago)
- Topics: debian-packages, installers, roboconf, rpm, rpm-packages, system
- Language: Shell
- Homepage:
- Size: 23 MB
- Stars: 1
- Watchers: 8
- 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
[![Build Status](http://travis-ci.org/roboconf/roboconf-system-installers.png?branch=master)](http://travis-ci.org/roboconf/roboconf-system-installers/builds)
[![License](https://img.shields.io/hexpm/l/plug.svg)](http://www.apache.org/licenses/LICENSE-2.0)
[![Join us on Gitter.im](https://img.shields.io/badge/gitter-join%20chat-brightgreen.svg)](https://gitter.im/roboconf/roboconf)
[![Web site](https://img.shields.io/badge/website-roboconf.github.io-b23e4b.svg)](https://roboconf.github.io)[![Snapshots](https://img.shields.io/badge/Snapshots%20on-Sonatype-orange.svg)](https://oss.sonatype.org/content/repositories/snapshots/net/roboconf/)
[![Snapshots](https://img.shields.io/badge/Snapshots%20on-Bintray-orange.svg)](https://bintray.com/roboconf)
[![Bintray](https://img.shields.io/badge/Releases%20on-Bintray-yellow.svg)](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.