[vexim] Vexim 3?
Odhiambo Washington
odhiambo at gmail.com
Sat Apr 19 23:17:50 PDT 2008
On Sat, Apr 19, 2008 at 10:52 PM, Gordon Dickens <gordon at dickens.com> wrote:
> On 4/16/2008 3:04 PM, Odhiambo Washington wrote:
> > Quick instructions for testing the latest version of Vexim, running on
> > the Python Django framework.
> > * Install python (at least version 2.3, version 2.5 is preferred)
> > * Install django (at least version 0.96, newer is preferred)
> > * Check out the Vexim python source code:
>
> Hi Odhiambo,
>
> I would like to take a look at the Vexim3 beta code, however, I am
> having a problem getting it to work. I have followed your instructions
> and everytime that I surf to <My IP Address>:8888 then I get a "Page not
> found" error that is generated by Django as follows:
>
> > Page not found (404)
> > Request Method: GET
> > Request URL: http://192.168.2.111:8888/
> >
> > Using the URLconf defined in vexim.urls, Django tried these URL
> > patterns, in this order:
> >
> > 1. ^admin/
> >
> > The current URL, /, didn't match any of these.
> >
> > You're seeing this error because you have DEBUG = True in your Django
> > settings file. Change that to False, and Django will display a
> > standard 404 page.
>
> I have tried many combinations of file paths for MEDIA_ROOT and
> MEDIA_URL, however, nothing works. I am concerned because the default
> settings.py file specifies that the files will be in
> "vexim3/veximmedia", however, I do not have a file or directory called
> "veximmedia". Should I be receiving "veximmedia" when I run "cvs
> checkout vexim3"?
>
> It is quite possible that I am doing something stupid so please accept
> my apologies up front if I have dumb-thumbed something.
>
> Thanks,
>
> Gordon
Hi Gordon,
During cvs, my files were downloaded to /usr/local/www/data/vexim3/
so I have put the following:
MEDIA_ROOT = '/usr/local/www/data/vexim3/vexim/
MEDIA_URL = 'http://212.22.160.35/vexim3'
ADMIN_MEDIA_PREFIX = '/vexim/'
After that I run: python vexim3/vexim/manage.py runserver 212.22.160.35:8888
Then I browse to http://212.22.160.35:8888/admin/
--
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
"Oh My God! They killed init! You Bastards!"
--from a /. post
More information about the Vexim
mailing list