Question

I setup an AppHarbor application only to find out that it does not support embedded RavenDB. It looks like it may be coming soon to AppHarbor. In the mean time, all it does is throw an error as shown here.

Does anyone have any recommendations for shared hosting providers that support RavenDB? I am working on a small project, so free would be awesome (which is why I looked towards AppHarbor).

Was it helpful?

Solution

You can try www.winhost.com as described here:

How can I run RavenDB in a shared hosting environment?

It has the so desired Full Trust Allowed which is something one should look for in the case of RavenDB to avoid the current security permissions problems...

NOTE: I just tried this host and can confirm that it works great with RavenDB in Full Trust... :-)

OTHER TIPS

AppHarbor now has a great RavenDB add-on from the guys at RavenHQ.

I have already reported and discussed the issue on the RavenDB mailing list (hint).

http://groups.google.com/group/ravendb/browse_thread/thread/af98f98a35289ad1/f9e040d8acfd0c72

You do understand that every deploy (and even possibly between deploys) that your data will be wiped/reverted to the source control version?

If that is fine and the data set is small, run RavenDB in-memory mode and seed the data to it.

Else as you mention RavenNest (hosted RavenDB for AppHarbor) is coming soon, Ayende and team are testing it internally I last heard.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top