Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Import into IDEA or Spring Tools Suite

Brian Clozel edited this page Jun 17, 2020 · 3 revisions

Goal

Import Sagan project sources into your IDE of choice.

Prerequisites

Steps

IDEA

  1. Open IDEA.
  2. If any projects are open, click File->Close Project for each.
  3. From the "Welcome to IntelliJ IDEA" screen, click "Open Project".
  4. Navigate to the root directory of your sagan repository clone.
  5. Click "Choose".
  6. You should now have all sources imported without errors.

Spring Tools Suite

  1. In STS, click File->Import->Gradle->Existing Gradle Project
  2. In the "Select root directory" field, click "Browse" and navigate to the root directory of your Sagan repository clone and click "Open".
  3. Click "Finish".
  4. You should now have all sources imported without errors.

Next steps

At this point, you may want to build everything or run the site locally if you have not already.