/
91. Development environment

91. Development environment

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.

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

After that create project for sources you just downloaded.

On next window select Maven model. 

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


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

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

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.