Contribute files from Development to Production server

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Contribute files from Development to Production server

    Hi,

    I'm looking for advice on how to move Contribute-authored files on a
    development server to a production location once Contribute users press their
    "Publish" button. Can Contribute be extended via JavaScript to fire off some
    mechanism for transferring the newly-published files?

    Thanks!

    Ted

    Ted Fitzpatrick Guest

  2. Similar Questions and Discussions

    1. Staging to production with files on UNIX Box
      Hello! We bought the CPS because of it's functionality to move files from a staging server to a production server. Our CPs is on solaris, and our...
    2. Contribute cannot find the website files on the server
      Hi there. I'm having problems when trying to create a connection to a previously working website. Here is the error message I get while importing...
    3. Contribute Can't find the website files on the server ?
      Hi Got a problem with a site that we've been running for 2 years - with our client updating their pages without any issues But yesterday no one...
    4. Remove Contribute compatibility and files from your external server
      One site went from several users contributing on various levels to just myself inputting for everyone. When we had several people sharing the same...
    5. deploying from Windows 2003 staging server to remote production server
      What do you guys use to deploy from your staging servers to your remote production servers in team environments? Normally I FTP the files myself,...
  3. #2

    Default Re: Contribute files from Development to Productionserver

    I'm interested to know what other people use too. Or, if the Contribute Publishing Server has that functionality.


    niftybee Guest

  4. #3

    Default Re: Contribute files from Development to Productionserver

    CPS has a forwarding function, where it will forward the information it
    recieves, IE files published etc to some kindof system you can write - which
    you can use then to copy the specific files to the production server.

    I think it's only the latest version, comes with a very basic cold fusion
    thing which does this, however i beleive it needs to be customised to allow any
    kindof access restriction to it. It also comes with an RSS plugin too.

    Here is something about it:
    [url]http://livedocs.macromedia.com/contribute/31/cps/wwhelp/wwhimpl/common/html/wwhe[/url]
    lp.htm?context=Contribute_Publishing_Services&file =extendi2.htm

    There was also an article somewhere on Macromedia which mentioned this
    extension, and then went on to say they ended up just overwriting the
    functionality of the publish button anyway - which suggests that this can be
    done, although didn't say how.

    chris974 Guest

  5. #4

    Default Re: Contribute files from Development to Productionserver

    I too have been looking into this and found that there is an API the explains
    what type of information can be captured from Contribute about files as they
    are published. With the latest version of CPS you can have web services fire
    upon publishing pages and customize those services to send email notifications
    and transfer files and so fourth. It was very easy to implement the basic file
    transfer service that MM included with CPS but as mentioned, there is no
    security to it and it lists all files by all users that have changed so we
    found this wouldn't quite work for our needs.

    We don't use Cold Fusion and only have the OEM version of JRun that installed
    with CPS so we are having to roll our own solution. We are in the process of
    creating a web service that will capture the info about the files and upload to
    a DB so we can then use that to publish a page with rescricted viewing to allow
    the users to see only thier files and uplaod them.

    I would like to see an easier way to do this in the next version, but at least
    we have the option of the web services.

    jeremy_p Guest

  6. #5

    Default Re: Contribute files from Development to Productionserver

    Thanks for the replies. It looks like a lot of good information in both posts
    and links.

    So I guess it is only possible with CPS? Unfortunately, I don't have
    access/permission to install software on our Web servers, so I don't think I'll
    be able to use CPS.

    Anyone have non-CPS solutions? Is there any way to access the methods or data
    that Contribute (without the CPS) uses to publish files?

    niftybee Guest

  7. #6

    Default Re: Contribute files from Development to Productionserver

    We use one server that has CPS on it and then we have a few other servers where
    the content resides. CPS can police data between many sites and servers. I
    haven't tried using it with a 3rd party hosted site as of yet, but so far we
    don't seem to have any issues using it on 3 other internal servers. Hope this
    helps.

    jeremy_p Guest

  8. #7

    Default Re: Contribute files from Development to Productionserver

    You might want to consider the solution we implemented.
    Our initial deployment of Contribute didnt included CPS so we had to come up
    with our own way to move files from the Test server to the Production Server.
    Our user make edit pages and publish changes to the Test server.
    -Every night there is a batch file that goes thru the Web Directory that
    zips up all the files that have changed during the day.
    -That zip file is then FTP to the production server.
    -The Production server then unzips the files to the WebRoot and the
    Indexing directory.
    We have been running like this since Contribute 3 came out.

    If you are intrested in this approach just contact me and I will let you know
    of some of the things to look for when implementing this.



    dmuniz Guest

  9. #8

    Default Re: Contribute files from Development to Productionserver

    Auto-Deploying Web Pages to Multiple Sites Using Contribute, Contribute
    Publishing Services, ColdFusion MX, and Microsoft SQL Server
    [url]http://www.macromedia.com/devnet/contribute/articles/cps_autodeploy.html[/url]

    kirkaracha Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139