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
Run the site locally
Chris Beams edited this page Mar 20, 2014
·
24 revisions
Run the Sagan site application locally, so that it can be browsed at http://localhost:8080.
1. From the root directory of your sagan repository, run the following:
./gradlew :sagan-site:bootRun
2. After a few seconds, you should see the following:
sagan.SiteMain : Started SiteMain in 8.455 seconds
3. Go to http://localhost:8080.
Assuming that you have followed the instructions to use an IDE, you can easily run the application by opening the sagan.SiteMain
class and executing it's main()
method.