Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)

Debian packages for Roboconf

RPM packages for 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.