CentOS help


install.conf

The install.conf file contains the data needed to manage the Pebble installer.

This is an example of a default (unedited) install.conf file. To create your own Pebble installer config file, copy this one into a new file and replace the values with the values appropriate for the application you are integrating.
#Location of the Pebble Blog
pebble.base.dir=/u1/pebble
#CTF Information
ctf.baseurl=http://cu073.cubit.maa.collab.net/
#Tomcat Information
tomcat.port=13000
domain=cu073.cubit.maa.collab.net
timezone=Asia/Calcutta
java_home=/usr/java/jdk1.6.0_18/
protocol=http
java_opts=-Xms512m -Xmx512m
# This where the Pebble Blogs are stored
data.dir=/u1/pebble-data
secretkey=mistywasacat
            
Related questions
Can I control user access to an integrated application?
How does an integrated application interact with other TeamForge tools?
Related actions
Install Pebble
Integrate Pebble into your TeamForge site
Related reference information
pebble.dep.xml
pebble.app.xml
Integrated application deployment descriptor