A framework for collecting test data about software projects
Run mvn install
We suggest using IntelliJ IDEA for development. Node.js is required to build the front end. Additionally, a data base has to be set up.
- Download and install Node.js
- Install MySQL (e.g. with XAMPP)
- Run
npm install -g grunt-cli
- Import the project in IDEA
- Create a database called
bugminer
and a user calledbugminer
with the passswordbugminer
(these values are defined inAppConfig
) - Open a console in
bugminer-server/src/main/frontend
and rungrunt
in this directory
Run/Debug the Application
class.
Run grunt
every time you change front end files and afterwads recompile the
project in IDEA so that the files are copied to the target
directory.