Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This article describes how to configure IntelliJ enviroment to launch QualitySpy.

To start with, clone source codes from git repository. Link to git repository:

https://bitbucket.org/opendce/qualityspy.git

Open IntelliJ and on starting page choose highlighted option.

Image Added

Copy link to git repository and paste it. Then specify directory. After pressing clone wait a while, source files will begin to download.

Image Added

After that create project for sources you just downloaded.

On next window select Maven model. 

Image Added

Then press next until you will be asked to choose project SDK. You should select jdk 1.8. 

Image Added


When project files will properly load you have to add project build configuration.

Image Added

Image Added

Then specify Main class, working directory and classpath of module as following:

Image Added

Image Added

Image Added

Now your build configuration is finished. If you already had set up database you can build project. If you didn't go here to see how to do that.