This repository was archived by the owner on Apr 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Build everything
Brian Clozel edited this page Feb 4, 2014
·
14 revisions
Compile, run tests, and assemble the executable JAR files for the Sagan applications.
The following command will build both the Sagan site and indexer applications, running all unit and integration tests along the way:
./gradlew build
TIP: if you wish to skip longer-running integration tests, run the above with
-x integTest. See also Gradle's documentation on excluding tasks.
When the build is complete, you should now have the following two JARs in place:
sagan-site/build/libs/sagan-site.jar
sagan-indexer/build/libs/sagan-indexer.jar
You're now ready to Run the site locally.