Is it possible to test courier on localhost in trail mode? I have 2 fresh umbraco installations one 4.5.2 (site1.localhost) and one 4.7 (site2.locahost) - Courier tells me that they are external locations?
The sites are set up in IIS and then i've added 127.0.0.1 -- site1.localhost and site2.localhost to my hostfile
test on localhost
Is it possible to test courier on localhost in trail mode? I have 2 fresh umbraco installations one 4.5.2 (site1.localhost) and one 4.7 (site2.locahost) - Courier tells me that they are external locations?
The sites are set up in IIS and then i've added 127.0.0.1 -- site1.localhost and site2.localhost to my hostfile
Do i need a licence to make this work?
On site1 i have
<repository name="dsvj2.local" alias="devrepo" type="CourierWebserviceRepositoryProvider" visible="true">
<url>http://dsvj2.local</url>;
<user>0</user>
</repository>
On site 2 i have
<repository name="dsvj1.local" alias="liverepo" type="CourierWebserviceRepositoryProvider" visible="true">
<url>http://dsvj1.local</url>;
<user>0</user>
</repository>
Seams to kinda work the other way round! only problem is that site1 runs mysql and that fails :/
From reading the installation guide, it seems that currently only sql2005 and sql2008 are supported... http://umbraco.com/pro-downloads/courier2//Installation%20Guide.pdf
Cheers,
/Dirk
Yes, V 2.0 only supports Ms Sql 2008 + 2005
However the first maintance release (being prepped as we speak) should add support for mysql and sqlCe:
http://nightly.umbraco.org/UmbracoCourier/2.0%20Maintance%20Release%201/
Super :) Can't wait......
Hello,
Is there any documentation or post to show me how to make it work localy. I've tried a couple of things with no luck.
Cheers, Giorgos
even i am trying locally but no luck...
We have successfully setup umbraco in our localhost envionment thanks to Umbraco team for the guidance.
Hi Prashant,
I don't disagree that works fine in a localhost enviroment however there is no information out there how to make it work.
Cheers, Giorgos
Hi Giorgos
There is a video on installing here:
http://umbraco.com/help-and-support/video-tutorials/umbraco-pro/courier/installing-courier-2.aspx
And a pdf with manual installation instructions here:
http://nightly.umbraco.org/UmbracoCourier/Installation%20and%20Configuration.pdf
After 2.5 is out we will do a better job at orginising all this information on a single page so its easier to find
/Per
is working on a reply...