2011/12/8 Marco Tulio Cicero de M. Porto <[email protected]>:
> Hi there!
>
> ok, here's the deal:
>
> I installed web2py on ec2 following the instructions on the attached file.
> So far so good. I had it installed and working perfectly.
>
> Thing is that now, I want to use on that same server a geoprocessing
> application that will read from the databases I created with my web2py
> applications.
> This geoprocessing tool (i3geo), was made with PHP and works well when
> installed on another server.
>
> But on when I try to put them togheter, I won't be able to see the
> geoprocessing tool.
>
> At first, I thought I should put the application on /var/www (/var/www/i3geo
> for ex), but it wouldn't read the pages there... then I remembered that when
> I was installing web2py there, I placed it on /home/www-data/web2py and that
> all of it's applications are under that (
> /home/www-data/web2py/applications/app_name for ex) then I tried to create a
> directory with a hello world on it and place it there. Couldn't read it.
>
> Well, problem: I can make applications with web2py that'll run smoothly on
> ec2. But I'm not beeing able to publish anything else (not a single html) on
> that server.
>
> Any hints?
>



Yes, I'm running a web server with php apps, and had to add a web2py
application on it.

You can use this recipe: http://www.web2pyslices.com/slices/take_slice/56

It mostly works, but since versions >=1.96.1 of web2py you also have
to tweak a little bit routes.py to make it work.

Regards
José L.




> Thanks in advanced,
> Marco Tulio
>
> --
> []'s
> Marco Tulio

Reply via email to