Difference between revisions of "Imeji install"
Jump to navigation
Jump to search
Line 37: | Line 37: | ||
</code> | </code> | ||
* Check properties in "''meta''" pom.xml. '''Attention: Some properties are related to the coreservice.''' If you install your own coreservice, you will have to adapt it. | * Check properties in "''meta''" pom.xml. '''Attention: Some properties are related to the coreservice.''' If you install your own coreservice, you will have to adapt it. | ||
** '''Attention: Some properties are related to the coreservice.''' If you install your own coreservice, you will have to adapt it. If you need help, contact | |||
* Compile presentation : clean install | * Compile presentation : clean install | ||
* Compile ear: clean install jboss:harddeploy | * Compile ear: clean install jboss:harddeploy |
Revision as of 09:04, 28 October 2010
|
This page helps developer to work with Imeji.
Install sources[edit]
This chapter is intended for developers contributing to Imeji.
Prerequisites[edit]
Before downloading the sources please check:
- Your Java version. In command line, tip "java -version". Imeji needs version 1.6 or above.
- Install Eclipse (Eclipse IDE for Java EE Developers)
- Download JBoss 4.2 : [1]
- Install JBoss in Eclispe
- Install Maven Installation_of_maven
- Integrate Maven in Eclipse: Maven_integration_in_eclipse
Subversion[edit]
- You first need to apply to a subversion account [2]
- Check out sources: https://zim02.gwdg.de/repos/faces/trunk/faces-4.0
- Create a directory for the Jena database (see next chapter to define it in properties)
Compile Imeji[edit]
- Import Imeji in Eclipse (Import as Maven project)
- Set credentials in your settings.xml:
<properties>
<jboss.install.dir>YOUR_JBOOS_PATH</jboss.install.dir>
<escidoc.framework_access.framework.url>YOUR_CORESERVICE_URL</escidoc.framework_access.framework.url>
<imeji.tdb.path>YOUR_JENA_DIRECTORY</imeji.tdb.path>
<imeji.sysadmin.email>admin_email</imeji.sysadmin.email>
<imeji.sysadmin.password>a_password</imeji.sysadmin.password>
<imeji.escidoc.user>an_escidoc_user</imeji.escidoc.user>
<imeji.escidoc.password>a_password</imeji.escidoc.password>
<framework.admin.username>coreservice_admin_login</framework.admin.username>
<framework.admin.password>password</framework.admin.password>
</properties
- Check properties in "meta" pom.xml. Attention: Some properties are related to the coreservice. If you install your own coreservice, you will have to adapt it.
- Attention: Some properties are related to the coreservice. If you install your own coreservice, you will have to adapt it. If you need help, contact
- Compile presentation : clean install
- Compile ear: clean install jboss:harddeploy