Site Network:

config.ini

I'm trying Project HQ and I'm experiencing some problems.

Following the readme, when I(changing openpm to openpm.org):

# paster make-config openpm.org config.ini
Distribution already installed:
openpm.org 0.1.0dev from /usr/lib/python2.5/site-packages/openpm.org-0.1.0dev-py2.5.egg
No paste_deploy_config.ini_tmpl found
Creating config.ini
Now you should edit the config files
config.ini

there is not a _deploy_config.ini_tmpl file, so my generated file is:

<code>[app:main]
use = egg:openpm.org</code>

I don't know what options to inlcude in that file.

Any ideas?

 

Re: config.ini

I must confess that I haven't run that command yet. Like I've said, Project HQ is still under heavy development Wink

I've created a config file which you can download here: config.ini. This file should contain a set of defaults that should work. Change the details to suit you.

Re: config.ini

Thanks for the quick answer!

Now I could setup the DB changing only the DB parameters.

I could not finish the installation yet, but when I finished I'll tell you.