Difference between revisions of "Developer Guide"
From OpenKM Documentation
Line 9: | Line 9: | ||
== Checkout OpenKM from svn == | == Checkout OpenKM from svn == | ||
Go to '''File''' / '''New''' / '''Other''' and select '''Maven''' / '''Checkout Maven Projects from SCM''' | Go to '''File''' / '''New''' / '''Other''' and select '''Maven''' / '''Checkout Maven Projects from SCM''' | ||
+ | |||
[[File:Okm_dev_guide_001.jpeg]] | [[File:Okm_dev_guide_001.jpeg]] | ||
− | Select the svn type and typewrite the url https://openkm.svn.sourceforge.net/svnroot/openkm/branches/4.0/openkm to refer version 4.0. | + | Select the '''svn''' type and typewrite the url https://openkm.svn.sourceforge.net/svnroot/openkm/branches/4.0/openkm to refer version 4.0. |
Revision as of 17:36, 21 January 2010
You need to install eclipse IDE and some plugins.
For OpenKM 4.0
- 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
Checkout OpenKM from svn
Go to File / New / Other and select Maven / Checkout Maven Projects from SCM
Select the svn type and typewrite the url https://openkm.svn.sourceforge.net/svnroot/openkm/branches/4.0/openkm to refer version 4.0.