Вопрос

I am using RubyMine for Rails Development i want to use MongoDB for the database. I have installed MongoDB on my Ubuntu System. and installed the IDE's Plugin for Mongo as well. Still i am not able to set up a project with mongoDB support.

enter image description here

Это было полезно?

Решение

Notes on a clean install to Ubuntu with RoR and MongoDB. Has you do all the configuration yourself though, no use of the plugin. This is a last resort.

Another useful doc here. It is the MongoDB doc on installing on Ubuntu.

Did you restart RubyMine after installing the plugin? Log out / Restart from your current session on desktop?

When you installed MongoDB, did you use the default repo that came with Ubuntu or did you use the link mentioned above to install?

-Is the Mongo server actually running?

--Go to terminal and try sudo service mongodb restart

---Try accessing the URI for administration. See here

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top