Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

Downloads

Administrators.Downloads History

Hide minor edits - Show changes to output

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 [[http://www.jcea.es/programacion/pybsddb.htm | 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 [[http://www.gnu.org/licenses/lgpl.html | LGPL license]]. It requires an existing web server installation and a [[Administrators/WebConnectors | 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 [[Administrators/InstallMatrix | Porcupine installation matrix]] wiki guide.
to:
Porcupine is available open-source under the [[http://www.gnu.org/licenses/lgpl.html | LGPL license]]. It requires an existing web server installation and a [[Administrators/WebConnectors | 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 [[http://www.gnu.org/licenses/lgpl.html | LGPL license]]. It requires an existing web server installation and a [[http://innoscript.org/porcupine-web-connectors/ | 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 [[Administrators/InstallMatrix | Porcupine installation matrix]] wiki guide.
to:
Porcupine is available open-source under the [[http://www.gnu.org/licenses/lgpl.html | LGPL license]]. It requires an existing web server installation and a [[Administrators/WebConnectors | 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 [[Administrators/InstallMatrix | 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 [[http://www.gnu.org/licenses/lgpl.html | LGPL license]]. It requires an existing web server installation and a [[http://innoscript.org/porcupine-web-connectors/ | 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 [[Administrators/InstallMatrix | 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 [[http://downloads.sourceforge.net/porcupineserver/porcupine-0.6-src.zip | porcupine-0.6-src.zip]]

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

Download [[http://downloads.sourceforge.net/porcupineserver/porcupine-0.6-win32.exe | 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 [[http://downloads.sourceforge.net/porcupineserver/porcupine-upgrade-0.6-src.zip | porcupine-upgrade-0.6-src.zip]] source upgrade, or alternatively if you are using the Windows installer,

Download [[http://downloads.sourceforge.net/porcupineserver/porcupine-upgrade-0.6-win32.exe | porcupine-upgrade-0.6-win32.exe]]

Visit the [[Administrators/PorcupineUpgradeInstructions | Porcupine upgrade instructions]] wiki page for step-by-step instructions.

!!! Download the latest development version:

Grab the latest development version from my [[http://www.github.com/tkouts | 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 [[http://sourceforge.net/project/showfiles.php?group_id=141280 | sourceforge]].
Page last modified on April 20, 2010, at 02:57 AM