Jameica-hibiscus: Difference between revisions
Jump to navigation
Jump to search
imported>Johayek mNo edit summary |
imported>Johayek |
||
Line 14: | Line 14: | ||
<pre> | <pre> | ||
USER@DiskStation999 $ ~/hibiscus-server-2.6.11/jameicaserver.sh | USER@DiskStation999 $ ~/hibiscus-server-2.6.11/jameicaserver.sh | ||
</pre> | |||
In order to disconnect the script resp. the server from the console | |||
simply background it: | |||
<pre> | |||
^Z # suspend the utility running | |||
USER@DiskStation999 $ bg # background it | |||
</pre> | |||
In order to take it down: | |||
<pre> | |||
USER@DiskStation999 $ pstree -p # find the java process just beneath hibiscus-server | |||
USER@DiskStation999 $ kill THAT_PROCESS | |||
</pre> | </pre> |
Revision as of 02:19, 12 February 2015
- http://willuhn.de – "home of jameica & hibiscus"
- hibiscus-server/cfg/de.willuhn.jameica.hbci.rmi.HBCIDBService.properties.NOTE.txt :
öffne die Datei "cfg/de.willuhn.jameica.hbci.rmi.HBCIDBService.properties" in einem Texteditor und passe die Zugangsdaten zur Datenbank an: -> /usr/local/hibiscus-server/cfg/de.willuhn.jameica.hbci.rmi.HBCIDBService.properties ... Wenn Du keine externe Datenbank nutzen möchtest, dann lösche einfach diese Konfigurationsdatei. Der Server wird beim ersten Start automatisch eine verschlüsselte Embedded-Datenbank (H2) erstellen.
running hibiscus-server on a Synology DiskStation
USER@DiskStation999 $ ~/hibiscus-server-2.6.11/jameicaserver.sh
In order to disconnect the script resp. the server from the console simply background it:
^Z # suspend the utility running USER@DiskStation999 $ bg # background it
In order to take it down:
USER@DiskStation999 $ pstree -p # find the java process just beneath hibiscus-server USER@DiskStation999 $ kill THAT_PROCESS