Skip to content

Quick start guide for self hosting

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

Clone the repository and switch to stable branch:

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

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
java -jar app/target/app-0.0.1-SNAPSHOT.jar --spring.config.location=app/application.properties

Setup Client

npm run build
Clone this wiki locally