Difference between revisions of "Imeji Developer environment"

From MPDLMediaWiki
Jump to navigation Jump to search
m
 
(30 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Imeji}}
'''Please note:''' Content was moved to http://imeji.org/wordpress/development/


This page describes how to develop the imeji software
=Introduction=
the imeji software is developed and supported by the imeji community. If you want to participate to the project, please contact the community: mailto:imeji-community@gwdg.de
=Install Java=
imeji supports java 6. Compatibility with Java 7 is not guarantee:
* [http://www.java.com/de/download/manual_v6.jsp Download Java 6]


=Install Maven=
[[Category:Imeji_Content_moved|Developer environment]]
imeji use Maven 2.2.1:
* [http://maven.apache.org/download.html Download Maven]
=Install Eclipse=
For the development, we encourage to use the Eclipse IDE for JEE developers:
* [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/junosr1 Download Eclipse]
=Download source=
The imeji code source is hosted at [https://github.com/imeji-community/imeji Github]. We recommend to use the official Github client:
* [http://windows.github.com/ Download Github client for Windows]
* [http://mac.github.com/ Download Github client for Mac]
* [http://eclipse.github.com/ Download Github client for Eclipse]
==Clone imeji on Windows==
After having installed the Github client for Windows, go on [https://github.com/imeji-community/imeji imeji Github page] and click on "clone in Windows".
 
=Import imeji in Eclipse=
# open Eclipse
# Click on top menu "File"
# Select Import
# Select Maven: Existing Maven Project and click on next
# Browse filesystem en select imeji directory and click on Finish
 
 
[[Category:Imeji|Develop]]

Latest revision as of 10:56, 9 January 2014

Please note: Content was moved to http://imeji.org/wordpress/development/