Skip to content

Quick start guide for self hosting

plankes-projects edited this page Aug 25, 2020 · 7 revisions

Clone the repository:

git clone https://github.com/plankes-projects/splitastic.git

Setup Server

  • Prepare a MySQL server
  • Create server/app/application.properties from server/app/application.properties.template
  • Fill server/app/application.properties (view server/README.md for more information)
  • install java
  • Go into the directory server/ and run:

mvnw install

  • Start server with:

java -jar server/app/target/app-0.0.1-SNAPSHOT.jar --spring.config.location=server/app/application.properties

Setup Client

npm run build

Clone this wiki locally