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, npm and maven
- Install MySQL (e.g. with XAMPP)
- Run
npm install -g grunt-cli
- Import the project in IDEA
- Create a database called
bugminerand a user calledbugminerwith the passswordbugminer(these values are defined inAppConfig)- create database 'bugminer';
- grant all on bugminer.* to 'bugminer'@'localhost';
- Set up the frontend using grunt
- 'cd bugminer/bugminer-server/src/main/frontend'
- 'npm install'
- 'grunt'
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.