Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

Downloads

Administrators.Downloads History

Show minor edits - Show changes to markup

April 20, 2010, at 02:57 AM by 92.37.143.174 - Note about python 3 has been added.
Added lines 5-6:
Python 3 note: Since the bsddb module is deprecated, an extra dependency to pybsddb is added. It should be installed prior working with Porcupine server.
March 30, 2010, at 05:37 AM by nuald - Remove link to the installation matrix.
Changed lines 3-4 from:

Porcupine is available open-source under the LGPL license. It requires an existing web server installation and a web connector. Currently it supports Apache with MOD_PYTHON or any other web server that is WSGI or CGI enabled. In order to decide which downloads are required for your system see the Porcupine installation matrix wiki guide.

to:

Porcupine is available open-source under the LGPL license. It requires an existing web server installation and a web connector. Currently it supports Apache with MOD_PYTHON or any other web server that is WSGI or CGI enabled.

March 17, 2010, at 04:57 AM by nuald - The link to webconnectors has been added.
Changed lines 3-4 from:

Porcupine is available open-source under the LGPL license. It requires an existing web server installation and a web connector. Currently it supports Apache with MOD_PYTHON or any other web server that is WSGI or CGI enabled. In order to decide which downloads are required for your system see the Porcupine installation matrix wiki guide.

to:

Porcupine is available open-source under the LGPL license. It requires an existing web server installation and a web connector. Currently it supports Apache with MOD_PYTHON or any other web server that is WSGI or CGI enabled. In order to decide which downloads are required for your system see the Porcupine installation matrix wiki guide.

March 17, 2010, at 04:43 AM by nuald - The page has been transferred from the main site.
Added lines 1-37:

Porcupine Downloads

Porcupine is available open-source under the LGPL license. It requires an existing web server installation and a web connector. Currently it supports Apache with MOD_PYTHON or any other web server that is WSGI or CGI enabled. In order to decide which downloads are required for your system see the Porcupine installation matrix wiki guide.

Download the latest official release:

The latest official version is 0.6. If you already have Python installed then you can download the Porcupine source:

Download porcupine-0.6-src.zip

Alternatively, there is also Windows installer which does not require Python to be preinstalled:

Download porcupine-0.6-win32.exe

Upgrade to the latest official release:

Upgrading Porcupine is only supported for two consequent official releases. The following downloads offer upgrade packages from release 0.5.2 to 0.6:

Download porcupine-upgrade-0.6-src.zip source upgrade, or alternatively if you are using the Windows installer,

Download porcupine-upgrade-0.6-win32.exe

Visit the Porcupine upgrade instructions wiki page for step-by-step instructions.

Download the latest development version:

Grab the latest development version from my github repository:

$ git clone git://github.com/tkouts/porcupine.git

Next, don't forget to initialize the Porcupine database by typing:

$ python ./db_init.py

Previous releases:

You can download previous Porcupine releases from sourceforge.

Page last modified on April 20, 2010, at 02:57 AM