Some comments about solved and unsolved things.
On 25 mar, 14:56, Rudá Porto Filgueiras (ruda_porto)
<
rud...@gmail.com> wrote:
> I'm member of Brazilian Python Foundation [1] Board and we plan to use
> ClueMapper to host our projects.
>
> But at this time I can't find some information about how to customize
> ClueMapper:
>
> - documentation about how to create your own themes or how to use
> some existing open source themes
I think the most easy way is copy the actual theme to another
directory in etc/cluemapper/themes and hack it for our needs.
But I see some nice themes in screenshots, any of that are open
source?
> - use PostgreSQL as default database engine
I don't find anything about this yet.
I know I can change any trac project to use another database engine,
but how about etc/cluemapper/cluemapper.db?
And how about make postgresql the default engine for new trac
projects?
> - customize server listen address (port and host)
I found how to do that editing etc/cluemapper/cluemapper.ini, per
example:
[base]
port = 10080
host = 192.168.1.1
> - integration with Apache (mod rewrite integration didnt' work for us
> and I dont know how to debug it)
> proxy: error reading status line from remote server 127.0.0.1
> proxy: Error reading from remote server returned by /pm/
This error was caused by another proxy in front apache and has nothing
to do with ClueMapper.
> We want to use ClueMapper and integrate our user base from our Plone
> site (using SQLPasPlugin or create your own pas plugin).
This is an specific issue about our environment, and that is why we
need postgresql and not SQLite.
We will create some product to do this job.