[kforge-user] provide-kforge-0.13b1 released

Matthew Brett matthew.brett at gmail.com
Thu Aug 9 18:38:15 UTC 2007


Hi,

> (However, as Provide doesn't quite calculate and substitute uri_prefixes
> into provided services, you'll need to edit your new kforge.conf file to
> set the uri_prefix (run: provide serviceconfig kforge 0.13b1
> production), and then rebuild the KForge service Apache config (run: cd
> $your-new-kforge-service-folder; ./scriptrunner "./bin/kforge-admin www
> build" ). This step will be unnecessary after the end of this week.)
>
> But please report on what happens!

Did all that I believe, but result is as you see:

http://imaging.mrc-cbu.cam.ac.uk/kforge
http://imaging.mrc-cbu.cam.ac.uk/kforge/login/

with appended httpd include.

See you,

Matthew

        Alias kforge/media
/home/provide/provided/0.2/var/provisions/kforge/applications/0.13b1/services/production/live/www

        ## *********************************************************
        ## STARTING Kforge 'Django' section
        ## *********************************************************

        # Use LocationMatch rather than just <Location />
        # because o/w modpython handler will handle all requests
        # (Even where you have Alias /...
        <LocationMatch
"^kforge/$|kforge/person($|/.*)|kforge/project($|/.*)|kforge/admin/model($|/.*)|kforge/login($|/.*)|kforge/logout($|/.*)"
>

            # Set environment
            # Need to set DJANGO as used in both project (auth) and admin
            SetEnv DJANGO_SETTINGS_MODULE kforge.django.settings.main
            SetEnv KFORGE_SETTINGS
/home/provide/provided/0.2/var/provisions/kforge/applications/0.13b1/services/production/live/etc/kforge.conf
            SetEnv PYTHONPATH
/home/provide/provided/0.2/var/provisions/kforge/applications/0.13b1/services/production/live/lib/python

            SetHandler python-program
            PythonInterpreter kforge_interpreter
            PythonPath
"'/home/provide/provided/0.2/var/provisions/kforge/applications/0.13b1/services/production/live/lib/python'.split(':')
+ sys.path"
            PythonHandler django.core.handlers.modpython
            PythonDebug Off
        </LocationMatch>

        ## *********************************************************
        ## ENDING Kforge 'Django' section
        ## *********************************************************

        ## *********************************************************
        ## STARTING Kforge Project Services section ...
        ## *********************************************************

            # Set environment
            # Need to set DJANGO as used in both project (auth) and admin
            SetEnv DJANGO_SETTINGS_MODULE kforge.django.settings.main
            SetEnv KFORGE_SETTINGS
/home/provide/provided/0.2/var/provisions/kforge/applications/0.13b1/services/production/live/etc/kforge.conf
            SetEnv PYTHONPATH
/home/provide/provided/0.2/var/provisions/kforge/applications/0.13b1/services/production/live/lib/python


        Alias /trac
/home/provide/provided/0.2/var/provisions/trac/applications/0.10.4/services/production/live/share/trac/htdocs

        ## *********************************************************
        ## ENDING KForge Project Services section ...
        ## *********************************************************




More information about the kforge-user mailing list