|
SetUpEnvirnoment
IntroductionThis document describes how to set up development environment in order to develop Jibe based application. Document will presume usage of Eclipse IDE since this is the IDE of our choice. Any contribution in the sense of description of other development environments is more than welcome. Eclipse plugins used
Setting up core and content manager projectsThe most efficient way to develop with Jibe is to checkout org.jibeframework.core and org.jibeframework.contentmanager projects into your Eclipse environment. Doing that, you will have access to all resources in both projects which could be helpful during development. Projects should be checked out from http://jibeframework.googlecode.com/svn/trunk. If you need detailed instructions on how to check out projects, please continue reading, otherwise, you might want to skip over to deploying projects into Alfresco Presuming that you have installed Subclipse plugin, in order to checkout required projects into Eclipse follow instructions bellow
Deploying projects into AlfrescoIn order to deploy checked out projects into your local instance of Alfresco, you have to create file called local-deploy.properties and put it into your local user home. The content of the file is the following tomcat.root.dir=<Path to your tomcat installation> After you create the file and save it in proper location you can execute deploy target from ant build.xml files in both project which will eventually copy deploy projects to Alfresco instance | |