This repository has been 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
Import into IDEA or Spring Tools Suite
Brian Clozel edited this page Jun 17, 2020
·
3 revisions
Import Sagan project sources into your IDE of choice.
- Set up environment
- Install the latest version of the Spring Tool Suite or Intellij IDEA
- Open IDEA.
- If any projects are open, click File->Close Project for each.
- From the "Welcome to IntelliJ IDEA" screen, click "Open Project".
- Navigate to the root directory of your sagan repository clone.
- Click "Choose".
- You should now have all sources imported without errors.
- In STS, click File->Import->Gradle->Existing Gradle Project
- In the "Select root directory" field, click "Browse" and navigate to the root directory of your Sagan repository clone and click "Open".
- Click "Finish".
- You should now have all sources imported without errors.
At this point, you may want to build everything or run the site locally if you have not already.