Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm using GoDaddy and would like to have MongoDB for my pet project.. but I don't really think its possible, since it has to be running the Daemon... but.. it doesn't hurt to ask, is there a way?

share|improve this question
Excellent qns man.. May i know how's your progress? Did you managed to setup a website that runs on mongodb? I have gotten my localhost website to connect to the MongoHQ database, now i still need to find a web host where i can install the php extension driver and edit the php.ini.. – p0larBoy May 28 '10 at 4:37
@p0larBoy unfortunately no... As the accepted answer said.. there is no way to set up the daemon in Go Daddy (or pretty much any hosted solution), and I wasnt willing to pay extra to have the DB hosted separately... and since it was just a pet project and playing with technologies it wasnt so imporant, so in short nop, i didnt manage to get it to run, thou still tried it locally and its pretty fun – Francisco Noriega May 28 '10 at 5:50
how about running your own dedicated server using ubuntu server and virtual box? good enough for a pet project right? – p0larBoy May 29 '10 at 5:22

closed as off topic by Kev Mar 10 at 13:24

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

up vote 11 down vote accepted

No, there'd be no way to install and run it if you are only using shared hosting account. You would need the ability to log on and make changes.

However, you could always look into alternatives like using an external MongoDB hosted service such as MongoHQ. That way, you can still use MongoDB. The downside is that you'll most likely end up having to pay more for the service.

share|improve this answer
that's what I thought... sigh.. well thanks for the hosted mongo tip, i didnt know they did that :D – Francisco Noriega Apr 10 '10 at 3:28
   
list of mongodb hosting servers- cloudhostingguru.com/mongoDB-server-hosting.php – mixdev Aug 26 '10 at 12:06

The link mention above (http://schweitzertech.com/wordpress/uncategorized/setting-up-mongodb-with-godaddy-hosting/) does not help in this particular case. This is not what the poster is looking for. This lets you run mongodb on the command line only. For production purposes, they would need to be able to edit the php.ini and add the mongodb php module, which you can not do on shared hosting. So, at this time, you can not use mongodb for a website on shared hosting.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.