Difference between revisions of "Developer Guide"
From OpenKM Documentation
Line 3: | Line 3: | ||
The developer environment can be set in any Operating System (Linux, Windows, etc.) since it is a multi-platform system, but Linux is recommended, because is what it is being used. | The developer environment can be set in any Operating System (Linux, Windows, etc.) since it is a multi-platform system, but Linux is recommended, because is what it is being used. | ||
− | You need to install Maven, eclipse IDE and some plugins. | + | You need to install Maven, eclipse IDE and some plugins. For OpenKM 4.0 and 5.0 you have these requirements: |
− | |||
− | For OpenKM 4.0 and 5.0 | ||
* Maven at http://maven.apache.org/ | * Maven at http://maven.apache.org/ | ||
* Eclipse galileo ( Eclipse IDE for Java EE Developers ) at http://www.eclipse.org/galileo/ | * Eclipse galileo ( Eclipse IDE for Java EE Developers ) at http://www.eclipse.org/galileo/ | ||
Line 12: | Line 10: | ||
* Java JDK 1.6 at http://java.sun.com/javase/downloads/index.jsp | * Java JDK 1.6 at http://java.sun.com/javase/downloads/index.jsp | ||
− | + | Once all them are installed, you can download OpenKM and build it. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | * [[Checkout source from Subversion]] | |
− | |||
[[Category: Developer Guide]] | [[Category: Developer Guide]] |
Revision as of 13:13, 26 January 2010
The developer environment can be set in any Operating System (Linux, Windows, etc.) since it is a multi-platform system, but Linux is recommended, because is what it is being used.
You need to install Maven, eclipse IDE and some plugins. For OpenKM 4.0 and 5.0 you have these requirements:
- Maven at http://maven.apache.org/
- Eclipse galileo ( Eclipse IDE for Java EE Developers ) at http://www.eclipse.org/galileo/
- Subversion eclipse plugin at http://subclipse.tigris.org/update_1.6.x
- Maven to eclipse plugin at http://m2eclipse.sonatype.org/update
- Java JDK 1.6 at http://java.sun.com/javase/downloads/index.jsp
Once all them are installed, you can download OpenKM and build it.