This pages contains development information about the MICO project
The source code of the MICO Platform is available at bitbucket:
git clone https://bitbucket.org/mico-project/platform.git mico-platform
under Apache License, Version 2.0.
Some components are available as Maven artifacts in the following repository:
<repository> <id>mico.public</id> <name>MICO Maven Proxy</name> <url>http://mvn.mico-project.eu/content/groups/public/</url> <releases><enabled>true</enabled></releases> <snapshots><enabled>true</enabled></snapshots> </repository>
But the overall platform is packaged for Debian-based systems at the following APT repository:
deb http://apt.mico-project.eu/ mico main contrib
Please, check the full installation instructions for further details about the MICO Platform.