Hi Maxim,

when you build Bamboo use:
ant clean modulejar

This will package everything besides the templates.

You can then include Bamboo into your site like this:
<subsite id="Forum" file="forum.xml" urlprefix="/myforum"/>

There are some others elements and subsites needed that you might want to implement yourself and share throughout your application. Your can look at the main Bamboo site declaration for more information about this:
https://svn.rifers.org/bamboo/trunk/src/sites/main.xml

Also look the configuration file for more info about the settings that you can change:
https://svn.rifers.org/bamboo/trunk/src/rep/config-forum.xml

To install the forum database structure you can look at:
https://svn.rifers.org/bamboo/trunk/src/java/org/rifers/bamboo/ participants/SetupForumParticipant.java

Note that this uses regular RIFE database role users and authentication, you can thus share this throughout your application.

Hope this gets you started

Best regards,

Geert

On 29 Nov 2006, at 16:16, Maxim Grigoriev wrote:


Hi Bevin

Thank you for answering

How can i integrate Bamboo - can i just write subsite="something" and put
bamboo`jars to classpath or i should make another things ?



Geert Bevin wrote:

Hi Maxim,

you can integrate the forum into any RIFE site and set it up at any
URL. You can also use a single sign-in. To customize it, you can
simply start from the existing Bamboo templates and use your own
design instead.



--
View this message in context: http://www.nabble.com/Bamboo-question- tf2704963.html#a7601055
Sent from the RIFE - users mailing list archive at Nabble.com.

_______________________________________________
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users


--
Geert Bevin
Uwyn "Use what you need" - http://uwyn.com
RIFE Java application framework - http://rifers.org
Music and words - http://gbevin.com


_______________________________________________
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to