...
Now we can create a folder for Qcadoo's sources like qcadoo-src for example.
Enter that folder in you command line and type:
Code Block |
---|
git clone git://github.com/qcadoo/qcadoo-maven-plugin.git
|
This should create a qcadoo-src/qcadoo-maven-plugin folder with the Qcadoo Maven Plugin.
Afterwards type:
Code Block |
---|
git clone git://github.com/qcadoo/qcadoo.git
|
This should create a qcadoo-src/qcadoo folder with the Qcadoo Framework.
Now to And at last type in the command line:
...
In your command line go to qcadoo-src/qcadoo-maven-plugin directoryand type:
Code Block |
---|
mvn clean install
|
and to do the same in theqcadoo-src/mes directory.qcadoo directory.
Afterwards in the qcadoo-src/mes directory type:
Code Block |
---|
mvn clean install -Ptomcat -Dprofile=tomcat
|
This may take quite a while as out current build process has a lot of maven plugins which will be downloaded at first. On a clean OS install even up to 30 min depending on your Internet connection.
...