Seed is in Java, it runs on the JVM. We recommend using any version of the JDK from 11 and up. You can consult the whichjdk website to decide which version to use.
- Download dependencies and create the SQLite database:
./gradlew dbMigrate
- Start the server:
./gradlew run
- Go to http://localhost:8080 and you'll see the website.
- To create the jar file ready for deployment, build the project:
./gradlew build
- Deploy seed.jar (located in app/build/libs) together with config.yml and seed.db to your server. Modify and use the seed.service file to manage the seed application on your server.
Seed is released under the MIT License.