ALBBW / database-interface

This is a database interface based on Java and run as Daemon with YAJSW.

Home Page:https://albbw.github.io/database-interface/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codebeat badge    
    

database-interface

This is a database interface based on Java and run as Daemon with YAJSW. It uses Telnet for receiving commands and after converting them in the proper format, they will be send to the database software.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

The database interface needs Java (JDK 10.0.2 recommended) and YAJSQ (For running as Daemon).

Java JDK 10.0.2
YAJSW

Installing (Windows 10)

First you need to install Java.

After installing Java download the YAJSW and unpack it.

Now clone the repository.

You should run the *.jar in the cloned directory.

After that open the cmd and type:

cd C:\...\yajsw-stable-xx.xxx\bat

open the taskmanager and find you PID of the java.exe (You should only run one java program, so that you easily find the right pid.) and enter:

genconfig.bat - <PID>

now go to ../conf and edit the following in the wrapper.conf

change wrapper.ntservice.name=yajsw to wrapper.ntservice.name=database-interface
change wrapper.ntservice.displayname=yajsw to wrapper.ntservice.displayname=Database Interface
change wrapper.ntservice.description=yajsw to wrapper.ntservice.description=This is the Database Interface Service.

save and then run the runConsole.bat. Now you can install is as Daemon when you run the installService.bat

Contributing

Please read CONTRIBUTING.md and our CODE_OF_CONDUCT.md for the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License - see the LICENSE.md file for details

About

This is a database interface based on Java and run as Daemon with YAJSW.

https://albbw.github.io/database-interface/

License:Other


Languages

Language:Java 100.0%