Try out Plone products that Pradeep has installed
I am going to move on to play with my Plone 4 server. I will also try to install some of the following products
Solgema Fullcalendar 1.7 - calendar
Products.ATSuccessStory - Success Story content template
collective.recaptcha – for PloneFormGen
Products.PloneFormGen - for creating a form
Solgema.fullcalendar – calendar you saw in Events
collective.quickupload – quick file upload
uwosh.simpleemergency - to display a message from admin on every page.
Previously BEAM admin wrote:
I am going to move on to play with my Plone 4 server. I will also try to install some of the following products
Solgema Fullcalendar 1.7 - calendar
Products.ATSuccessStory - Success Story content template
collective.recaptcha – for PloneFormGen
Products.PloneFormGen - for creating a form
Solgema.fullcalendar – calendar you saw in Events
collective.quickupload – quick file upload
uwosh.simpleemergency - to display a message from admin on every page.
I have tried Solgema Fullcalendar 1.7 - calendar
collective.quickupload – quick file upload
Pradeep, I have some questions on the pdf page turner product:
http://plone.org/products/wc.pageturner
I think you have successfully installed it. Not sure how to do the pre-req part of the install.
Requirements
This product requires that you have pdf2swf installed. pdf2swf is included with SWFTools. I suggest you stick with the package managers to install this as there are some dependencies that need to be installed.
If you're using Ubuntu Lucid, the swftools package should now be in the package repositories now:
# sudo apt-get install swftools
What operating system are you running ?
If you are running Ubuntu or another Debian based OS.. you can do the following to install the pre-req
#sudo apt-get install swftools
Did that work for you?
Previously Pradeepn wrote:
What operating system are you running ?
If you are running Ubuntu or another Debian based OS.. you can do the following to install the pre-req
#sudo apt-get install swftools
Did that work for you?
Pradeep,
I use CentOS.
When I ran the #sudo apt-get install swftools command I got an error
sudo: apt-get: command not found
Al
For CentOS, I think the command to install is different
You will have to use yum.
Try the following
sudo yum install swftools
Pradeep
Pradeep, I got this message when I did the yum command:
Loaded plugins: fastestmirror
Loaded plugins: fastestmirrorLoading mirror speeds from cached hostfile * base: mirror.anl.gov * extras: mirror.ubiquityservers.com * updates: mirrors.cmich.eduaddons | 951 B 00:00 base | 1.1 kB 00:00 extras | 2.1 kB 00:00 updates | 1.9 kB 00:00 Setting up Install ProcessNo package swftools available.Nothing to do
Al,
See if the following instructions on this page would help.
It may be swftools is not available in yum repositories. You can download the source and compile/make/install as per the instructions on this page..
http://www.betaquest.com/2010/08/how-to-install-swftools-0-9-1-on-centos-5-5/


