Difference between revisions of "Developer Guide"
From OpenKM Documentation
Line 14: | Line 14: | ||
* [[Configure Java in Eclipse]] | * [[Configure Java in Eclipse]] | ||
* [[Configure JBoss server in Eclipse]] | * [[Configure JBoss server in Eclipse]] | ||
− | * [[Maven | + | * [[Maven installation]] |
* [[Checkout source from Subversion]] | * [[Checkout source from Subversion]] | ||
Revision as of 13:16, 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.