You can customize the community MyCollab edition freely to fit your team’s requirements and you can controbute back to the community follows the GPL v3 terms.
Clone MyCollab on Github https://github.com/MyCollab/mycollab, you should watch this project and fork it on Github. It would be nicer if you star MyCollab, it would encourage us to share our works to the community without any fee.
Open the IntelliJ, and create the new project from the existing sources Files > New > Project from existing sources ...
then you choose Import project from external model: Maven
Then select import options, tick two non-default options Search for project recursively
and Import Maven projects automatically
. Follow next steps to finish
Wait for a couple minutes to let IntelliJ import MyCollab projects.
Go to MySQL site, and download the latest MySQL database. At least, your MySQL version is greater than 5.6.
Create MyCollab schema by executing this command
CREATE SCHEMA `mycollab` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ;
Choose to run MyCollab application,
then you can setup the first MyCollab program as the step of installing MyCollab. Then it is done!