FSS plone3.3.1 how to use it.

4 messages Options
Embed this post
Permalink
Steve McDonald () FSS plone3.3.1 how to use it.
Reply Threaded More More options
Print post
Permalink

Hi

        Sorry this is probably a really dumb question. I am not sure if it is  
not working or I just cann't figure out how to use FSS
        I have a buildout that installs FSS

[instance]
eggs = iw.fss

zcml = iw.fss
            iw.fss-meta


I also use the iw.recipe.fss to configure an instance

[fss]
recipe = iw.recipe.fss
zope-instances =
     ${instance:location}
storages =
     global /
     plone /plone site1


I start up the instance, create a plone instance called plone through  
the ZMI, go into the plone instance and install iw.fss

All goes well, no errors I see the directories fss_backup_plone  
fss_storage_plone created. The management tab for the fss  
configuration looks okay, shows the /plone instance with a storage  
strategy site1 etc.

I expected that when i upload a file or an image it goes to the  
external directory fss_storage_plone but it does not, it seems to  
still be going into the Data.fs file. I click through the Filesystem  
Storage preferences tab and I see the following in the Migration tab

You didn't configure any content type with FSS. Migrating doesn't make  
sense.


Although I am not migrating any content and this is a fresh site DO I  
have to configure somewhere which content-type are to use FSS, if so  
where do I do this, I thought I read the docs but I could not find  
mention of this. There is some mention in the docs if you are a  
developer and want to attach fss storage to your custom content-types.  
But for now I just want to use the default content type Image and File.

Thanks
Steve
 
   

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Plone-Users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/plone-users
ajung () Re: FSS plone3.3.1 how to use it.
Reply Threaded More More options
Print post
Permalink
Obviously you did not read the docs - at least not carefully because
the documentation is pretty explicit and verbose about integration iw.fss with
content-types:

http://pypi.python.org/pypi/iw.fss/2.7.6#developer-s-corner

-aj
Steve McDonald wrote:


Although I am not migrating any content and this is a fresh site DO I  
have to configure somewhere which content-type are to use FSS, if so  
where do I do this, I thought I read the docs but I could not find  
mention of this.
Steve McDonald () Re: FSS plone3.3.1 how to use it.
Reply Threaded More More options
Print post
Permalink
Hi Andreas and Martin

        I have been away for a while so did not close this off.
       
        Thank you, I did manage to find the necessary info after reading more  
carefully.
        In my defense as feeble as it may be -  I did not read carefully the  
Developer section. I do not consider myself a developer when all I  
wanted to do was install a stable product and use the default plone  
content-types. I would have expected to see this information in the  
installation or preferably the configuration section of the  
documentation. Not in the section labelled for developers,  
consequently I only skimmed this section quickly.

        Anyway it is working
        Thanks for your assistance.

        Steve



On 31-Oct-09, at 12:30 AM, ajung wrote:

>
> Obviously you did not read the docs - at least not carefully because
> the documentation is pretty explicit and verbose about integration  
> iw.fss
> with
> content-types:
>
> http://pypi.python.org/pypi/iw.fss/2.7.6#developer-s-corner
>
> -aj
>
> Steve McDonald wrote:
>>
>>
>>
>>
>> Although I am not migrating any content and this is a fresh site DO I
>> have to configure somewhere which content-type are to use FSS, if so
>> where do I do this, I thought I read the docs but I could not find
>> mention of this.
>>
>>
>
> --
> View this message in context: http://n2.nabble.com/FSS-plone3-3-1-how-to-use-it-tp3922063p3923088.html
> Sent from the General Questions mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart  
> your
> developing skills, take BlackBerry mobile applications to market and  
> stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Plone-Users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/plone-users
>


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Plone-Users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/plone-users
Nate Aune () Re: FSS plone3.3.1 how to use it.
Reply Threaded More More options
Print post
Permalink
In reply to this post by Steve McDonald
If your're looking for a large file solution for Plone, you may want to
consider plone.app.blob. It will ship with Plone 4, and is now
considered the best practice way to handle large files in Plone. The
latest version also works in Plone 3.

See http://plone.org/products/plone.app.blob for instructions on how to
install it.

Nate

Steven McDonald wrote:

> Hi
>
> Sorry this is probably a really dumb question. I am not sure if it is  
> not working or I just cann't figure out how to use FSS
> I have a buildout that installs FSS
>
> [instance]
> eggs = iw.fss
>
> zcml = iw.fss
>             iw.fss-meta
>
>
> I also use the iw.recipe.fss to configure an instance
>
> [fss]
> recipe = iw.recipe.fss
> zope-instances =
>      ${instance:location}
> storages =
>      global /
>      plone /plone site1
>
>
> I start up the instance, create a plone instance called plone through  
> the ZMI, go into the plone instance and install iw.fss
>
> All goes well, no errors I see the directories fss_backup_plone  
> fss_storage_plone created. The management tab for the fss  
> configuration looks okay, shows the /plone instance with a storage  
> strategy site1 etc.
>
> I expected that when i upload a file or an image it goes to the  
> external directory fss_storage_plone but it does not, it seems to  
> still be going into the Data.fs file. I click through the Filesystem  
> Storage preferences tab and I see the following in the Migration tab
>
> You didn't configure any content type with FSS. Migrating doesn't make  
> sense.
>
>
> Although I am not migrating any content and this is a fresh site DO I  
> have to configure somewhere which content-type are to use FSS, if so  
> where do I do this, I thought I read the docs but I could not find  
> mention of this. There is some mention in the docs if you are a  
> developer and want to attach fss storage to your custom content-types.  
> But for now I just want to use the default content type Image and File.
>
> Thanks
> Steve
>  
>    
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Plone-Users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/plone-users