Skip to content

a HSQLDB server for multi user installations of OpenEstate-ImmoTool

License

Notifications You must be signed in to change notification settings

linus-ha/OpenEstate-Tool-Server

 
 

Repository files navigation

OpenEstate-Tool-Server 1.0.0

OpenEstate-Tool-Server (also called OpenEstate-ImmoServer) provides a HSQLDB server, that may be used for multi user installations of OpenEstate-ImmoTool.

This project

  • extends the default HSQLDB server with some features.
  • provides several startup scripts / executables / application bundles for Windows, macOS and Linux.
  • bundles commons-daemon to run the database as a Windows service.
  • provides scripts to run the database as a systemd service on Linux systems.
  • provides scripts to run the database as a launchd agent on macOS systems.
  • provides an application to create a keystore for SSL encrypted database access.
  • provides a GUI & console application for database administration.

Dependencies

Docker

OpenEstate-Tool-Server can also be run as a Docker Container. To build your own Dockerimage run
docker build -t openestatetoolserver:latest .

It uses:
Port 9001
Volume /var/lib/OpenEstate-ImmoServer/data

So you can run this by executing something like:
docker run -p 9001:9001/tcp -v "/local/path/to/your/ImmoDB":"/var/lib/OpenEstate-ImmoServer/data" openestatetoolserver:latest

Changelog

Take a look at CHANGELOG.md for the full changelog.

License

This library is licensed under the terms of Apache License, Version 2.0. Take a look at LICENSE.txt for the license text.

Further information

About

a HSQLDB server for multi user installations of OpenEstate-ImmoTool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 42.2%
  • Java 40.7%
  • Batchfile 7.7%
  • Inno Setup 5.4%
  • Python 2.9%
  • HTML 0.8%
  • Dockerfile 0.3%