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
- Create a .war-file of the web-server.
- Make sure, that your database is reachable, before you launch the web-server.
- Run the web-server with
java -jar PATH_TO_YOUR_WAR_FILE/WAR_FILE_NAME.war
.