Install MapFish on Mac OSX 10.5.8

View: New views
4 Messages — Rating Filter:   Alert me  

Install MapFish on Mac OSX 10.5.8

by cedricmoullet :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
At Foss4G, with Shoaib and Eric (thanks !),we made a test install of MapFish on Mac OSX 10.5.8. You can follow this procedure.

Requirements:
With macport, install:
- python2.5
- postgres8.3
- postgis
With xcode, install:
- gcc

Then the installation can occur in a terminal:
wget http://www.mapfish.org/downloads/virtualenv-1.3.3.py
python virtualenv-1.3.3.py --no-site-packages env
source env/bin/activate
easy_install 'mapfish==1.2'
easy_install 'mapfish.plugin.client==0.1.1'

- Check that MapFish is installed (you should see a mapfish and mapfish_client template):
paster create --list-templates

And finally, you can create a demo MapFish application:

paster create -t mapfish MyMapFish
paster create -t mapfish_client MyMapFish
cd MyMapFish/
paster serve development.ini


If you have question, you can contact Shoaib (http://geospatial.nomad-labs.com/).

Hope this helps,
Cédric

--
CTO Geospatial Camptocamp SA
Cédric Moullet
PSE A
CH-1015 Lausanne
www.camptocamp.com  / www.mapfish.org / twitter.com/cedricmoullet / mapfishblog.blogspot.com/

+41 79 759 69 83 (mobile)
+41 21 619 10 21 (direct)
+41 21 619 10 10 (centrale)
+41 21 619 10 00 (fax)

_______________________________________________
Users mailing list
Users@...
http://www.mapfish.org/cgi-bin/mailman/listinfo/users

Re: Install MapFish on Mac OSX 10.5.8

by Eric Lemoine-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/10/21 Cédric Moullet <cedric.moullet@...>:

> Hi,
> At Foss4G, with Shoaib and Eric (thanks !),we made a test install of MapFish
> on Mac OSX 10.5.8. You can follow this procedure.
>
> Requirements:
> With macport, install:
> - python2.5
> - postgres8.3
> - postgis
> With xcode, install:
> - gcc
>
> Then the installation can occur in a terminal:
> wget http://www.mapfish.org/downloads/virtualenv-1.3.3.py
> python virtualenv-1.3.3.py --no-site-packages env
> source env/bin/activate
> easy_install 'mapfish==1.2'
> easy_install 'mapfish.plugin.client==0.1.1'

I've documented the "install from pypi.python.org" procedure in a wiki
page <https://trac.mapfish.org/trac/mapfish/wiki/InstallFromPypi>.
This page is referenced on the wiki front page.

Thanks a lot sabman for helping us test the procedure in OSX.

--
Eric Lemoine

Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac, Cedex

Tel : 00 33 4 79 44 44 96
Mail : eric.lemoine@...
http://www.camptocamp.com
_______________________________________________
Users mailing list
Users@...
http://www.mapfish.org/cgi-bin/mailman/listinfo/users

Re: Install MapFish on Mac OSX 10.5.8

by asleB :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello and thanks for the research!

I finally got to install MapFish Server on Mac OS X 10.5.8. I alreay had python, postgresql, postgis etc. installed but installing from MacPorts did the trick. Also very important:
-> When running the setup script I had to make sure I was not using the built-in python so I had to do this:

/opt/local/bin/python25 virtualenv-1.3.3.py --no-site-packages env

Then the rest was ok.

So now I am running the test apps from the tutorial.
I would be glad to help with Mac OS X getting this up and running. Just let me know!

/asle

2009/10/21 Eric Lemoine <eric.lemoine@...>
2009/10/21 Cédric Moullet <cedric.moullet@...>:
> Hi,
> At Foss4G, with Shoaib and Eric (thanks !),we made a test install of MapFish
> on Mac OSX 10.5.8. You can follow this procedure.
>
> Requirements:
> With macport, install:
> - python2.5
> - postgres8.3
> - postgis
> With xcode, install:
> - gcc
>
> Then the installation can occur in a terminal:
> wget http://www.mapfish.org/downloads/virtualenv-1.3.3.py
> python virtualenv-1.3.3.py --no-site-packages env
> source env/bin/activate
> easy_install 'mapfish==1.2'
> easy_install 'mapfish.plugin.client==0.1.1'

I've documented the "install from pypi.python.org" procedure in a wiki
page <https://trac.mapfish.org/trac/mapfish/wiki/InstallFromPypi>.
This page is referenced on the wiki front page.

Thanks a lot sabman for helping us test the procedure in OSX.

--
Eric Lemoine

Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac, Cedex

Tel : 00 33 4 79 44 44 96
Mail : eric.lemoine@...
http://www.camptocamp.com
_______________________________________________
Users mailing list
Users@...
http://www.mapfish.org/cgi-bin/mailman/listinfo/users


_______________________________________________
Users mailing list
Users@...
http://www.mapfish.org/cgi-bin/mailman/listinfo/users

Re: Install MapFish on Mac OSX 10.5.8

by cedricmoullet :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Great and thanks for sharing these information.
I havs slightly adapated the page https://trac.mapfish.org/trac/mapfish/wiki/InstallFromPypi according to your description.
Best regards,
Cédric


On Fri, Oct 23, 2009 at 3:38 PM, Asle Benoni <asle.benoni@...> wrote:
Hello and thanks for the research!

I finally got to install MapFish Server on Mac OS X 10.5.8. I alreay had python, postgresql, postgis etc. installed but installing from MacPorts did the trick. Also very important:
-> When running the setup script I had to make sure I was not using the built-in python so I had to do this:

/opt/local/bin/python25 virtualenv-1.3.3.py --no-site-packages env

Then the rest was ok.

So now I am running the test apps from the tutorial.
I would be glad to help with Mac OS X getting this up and running. Just let me know!

/asle

2009/10/21 Eric Lemoine <eric.lemoine@...>
2009/10/21 Cédric Moullet <cedric.moullet@...>:
> Hi,
> At Foss4G, with Shoaib and Eric (thanks !),we made a test install of MapFish
> on Mac OSX 10.5.8. You can follow this procedure.
>
> Requirements:
> With macport, install:
> - python2.5
> - postgres8.3
> - postgis
> With xcode, install:
> - gcc
>
> Then the installation can occur in a terminal:
> wget http://www.mapfish.org/downloads/virtualenv-1.3.3.py
> python virtualenv-1.3.3.py --no-site-packages env
> source env/bin/activate
> easy_install 'mapfish==1.2'
> easy_install 'mapfish.plugin.client==0.1.1'

I've documented the "install from pypi.python.org" procedure in a wiki
page <https://trac.mapfish.org/trac/mapfish/wiki/InstallFromPypi>.
This page is referenced on the wiki front page.

Thanks a lot sabman for helping us test the procedure in OSX.

--
Eric Lemoine

Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac, Cedex

Tel : 00 33 4 79 44 44 96
Mail : eric.lemoine@...
http://www.camptocamp.com
_______________________________________________
Users mailing list
Users@...
http://www.mapfish.org/cgi-bin/mailman/listinfo/users


_______________________________________________
Users mailing list
Users@...
http://www.mapfish.org/cgi-bin/mailman/listinfo/users




--
CTO Geospatial Camptocamp SA
Cédric Moullet
PSE A
CH-1015 Lausanne
www.camptocamp.com  / www.mapfish.org / twitter.com/cedricmoullet / mapfishblog.blogspot.com/

+41 79 759 69 83 (mobile)
+41 21 619 10 21 (direct)
+41 21 619 10 10 (centrale)
+41 21 619 10 00 (fax)

_______________________________________________
Users mailing list
Users@...
http://www.mapfish.org/cgi-bin/mailman/listinfo/users