Setup on raspberry‐pi - Fi0x/LanguageGenerator GitHub Wiki

This page explains, how you can run the web-server on a raspberry-pi.

Pi-setup

Database setup

Follow the instructions on this page, to setup a database with docker, or to configure your custom database.

Create and run the web-server

  1. Create a .war-file of the web-server.
  2. Make sure, that your database is reachable, before you launch the web-server.
  3. Run the web-server with java -jar PATH_TO_YOUR_WAR_FILE/WAR_FILE_NAME.war.