Skip to content

carlbolduc/seed

Repository files navigation

Seed

Requirements

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.

Getting Started

  1. Download dependencies and create the SQLite database:

./gradlew dbMigrate

  1. Start the server:

./gradlew run

  1. Go to http://localhost:8080 and you'll see the website.

Deployment

  1. To create the jar file ready for deployment, build the project:

./gradlew build

  1. 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.

License

Seed is released under the MIT License.

About

Website template based on Dropwizard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages