Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Erwin 4 posts 24 karma points
    Jul 05, 2011 @ 07:18
    Erwin
    0

    What can I do with Courier 2 Trial?

    Hi,

    So I installed Courier 2 trial on my Umbraco.

    But I can't seem to do anything with it.

    I tried setting up 2 umbraco sites on my local machine, empty folders.

     

    I right click my file, and click on Courier.

    ok...So I have to set a valid target for transfer, but I can only use local instance.

    If I clicked on [Deploy], I got:

    Not helpful, but considering I haven't set any location, this is to be expected.

    So I clicked on 'Go to advanced settings', and a few clicks later I was prompted to select a destination.

    But it seems that I don't have any destination that can be used, maybe I should add it in Courier setting.

    So I clicked on Courier icon located at bottom left:

    Uhm...Let's try clicking on locations:

    ...Nothing...

    So pardon me if I ask: what am I supposed to do with trial edition of Courier 2? : (

  • Matt Bliss 176 posts 234 karma points c-trib
    Jul 05, 2011 @ 07:45
    Matt Bliss
    0

    Hi Erwin,

    With the Express version (and I guess the trial will be the same) you have to enter the URL for the opposite site when you install it. There is no option to go back later and enter it under the Courier section.

    The solution is to uninstall the package and reinstall, entering the URLs in the package install process.

    I hope this helps

    Matt

  • Aileen 59 posts 79 karma points
    Jul 05, 2011 @ 10:58
    Aileen
    1

    Hi Erwin

    When you install courier, it installs a config file in /config/courier.config. You can edit this file and add repositories manually. This means that you can have more than one repository. You can find the xml that you will need in the developer's doc: http://nightly.umbraco.org/UmbracoCourier/Developer%20Docs.pdf

    Cheers

    Aileen

  • Erwin 4 posts 24 karma points
    Jul 06, 2011 @ 04:23
    Erwin
    0

    Thanks for the help,

    >Matthew Bliss

    I noticed this the first time I installed Courier 2 Trial to my first umbraco instance.

    But as I install Courier 2 Trial to my second umbraco instance (which logically should be separated from the first instance), it no longer prompts me for the target path.

     

    >Aileen

    So I added:

     

    <repositories>
    <repository name="Revisions" alias="revisions" type="NetworkShareProvider" visible="true">
    <path>C:\inetpub\wwwumbraco_2</path>
    </repository>
    </repositories>

     

    but the target is still empty:

     

    Deploy item: index

    You are about to deploy this item to:

     

    and clicking deploy directly will raise exception index of range.

  • Aileen 59 posts 79 karma points
    Jul 06, 2011 @ 17:28
    Aileen
    0

    Hmm - weird. In the config file do you have the following?

    <security>
        <filters>
          <ipfilter>
            <allow>*</allow>
            <!-- <deny>192.*</deny> -->
            <!-- <deny>192.123.122.*</deny> -->
          </ipfilter>
          <userfilter>
            <allow>*</allow>
            <!-- <deny>editor</deny> -->
          </userfilter>
        </filters>
      </security>

  • Erwin 4 posts 24 karma points
    Jul 11, 2011 @ 11:07
    Erwin
    0

    Sorry for the late reply, and thanks for the help.
    Anyway,  yeah, I have it in the config file:

        <security>
            <filters>
                <ipfilter>
                    <allow>*</allow>
                </ipfilter>
                <userfilter>
                    <allow>*</allow>
                    <!--<deny>editor</deny>-->
                </userfilter>
            </filters>
        </security>

    Edit: Nevermind the trial, I've got a license now.  

Please Sign in or register to post replies

Write your reply to:

Draft