Download
Here is where you can grab the most recent release of Formunculous. Project downloads are made possible by SourceForge.
Formunculous is made available as a python source distribution. After downloading it, simply extract the tar ball, and run:
python setup.py install
to install it to the system, or simply change into the "harness" directory, and run:
python manage.py syncdb python manage.py runserver
if you just want to try it out. After you have run those, there should be a URL displayed as to how to access the testing site to mess around with it a bit
PyPi/Cheese Shop Version Now Available
Additionally, we have recently added formunculous to the PyPi cheese shop, so you don't even have to do any manually downloading, extracting, etc. You should just be able to run:
easy_install formunculouson any computer with setuptools installed, and as new versions come out, there are easy upgrades by running:
easy_install --upgrade formunculous
whenever there is a new version available.
If you are having any issues, or want some help getting started, visit our documentation or demo for additional assistance. And if you get really stuck, you can always visit our support section.
Previous Versions
If you need any of the previous versions of func, please head over to the Download Older Versions page to get archive versions.
