Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shared hosting providers supporting RavenDB [closed]

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).

like image 825
Adam Spicer Avatar asked Jan 25 '12 02:01

Adam Spicer


3 Answers

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

like image 79
friism Avatar answered Nov 16 '22 06:11

friism


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.

like image 33
Phil Avatar answered Nov 16 '22 06:11

Phil


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... :-)

like image 1
Leniel Maccaferri Avatar answered Nov 16 '22 07:11

Leniel Maccaferri