Do I have to uinstall wamp for cakephp and mongodb? - mongodb

I used wamp for all my projects. But today, I was asked to use mongodb and cakephp to try something new. I have a limited knowledge on how cakephp works, and I was able to install mongodb without any problems. My dilemma are, since I am new to both technology, do I have to uninstall wamp? If yes, what is the server that I am going to use then? Still Apache? Do I have to install both Apache and PHP separately/ manually?
What do I do? Please help.
Where do I unzip the cakephp then? in the www/root folder I created for apache?

CakePHP is just a framework that runs on top of Apache+PHP and MongoDB is just a database like MySQL (which comes with WAMP). As MySQL and MongoDB don't conflict at all, you shouldn't uninstall anything. You will still need the A (apache) and P (PHP) of your WAMP stack.

Related

How to connect zend - laminas with MongoDB

I am new to Zendlaminas and MongoDB.I know PHP. I want to connect the laminas with MongoDB. I do no from which file i need to start to config.For the whole day i am stuck here. Can anyone guide here.
I have installed Zend Laminas
Using a Apache2 server
Installed MongoDB as well
OS : Ubuntu
Well, there's this. I think there's a php-mongodb package for Ubuntu that will install PHP's MongoDb extension.
It might be overkill for your needs, but I suggest using Doctrine ORM with MongoDB. There's a bit of a learning curve (ORMs in general are complex) but I find it a nice clean way to develop once it's set up.

Mongo details are not showing in phpinfo() in windows

I am installing mongodb on my windows 7 PC. I have installed mongodb 3.0 along with the necessary drivers & tried starting mongo server, it is working well but when i open the localhost & check for the phpinfo page, it does not show me the details of mongo. I also am using Umongo client for database interaction where i am not able to create database manually. It is just because of this? Where is the problem?. How to resolve this?
Please read this document to add php_mongo.dll services in php 5.3 and later
For adding mongo db in php you need to add php_mongo.dll in your wamp directory
Example:
c:\wamp\bin\php\php5.5.12\ext
Document: https://docs.mongodb.org/ecosystem/drivers/php/

MongoDB on AIX Server

I am new to mongoDb. I am trying to install mongo Db on AIX server. Can someone suggest whether AIX supports MongoDb and specify which version, installation steps as well.
Thanks in advance.
MongoDB doesn't support AIX. You can see the supported platforms on the download page.
Yes, we are all expecting for a support of big endian (AIX/HP-UX...) for mongoDB. But, it is quite possible to install mongo on AIX... but really no simple! You have two options to do it :
using SpiderMonkey and his JS engine (learn more about SpiderMonkey here: spidermonkey )
with this option at the install " --js-engine=none --server-js=off " it allows you making MongoDB work in AIX.

ZendServer CE - change database type?

I am using the trial version of the Zend Server edition. From all the videos/documentation supposedly you are able to change the database version from SQLITE to MySQL, but all I get when deploying an application on Zend Server is to set the Host, Database name, username and password?
Just install mysql on your system and use it. ZendServer does not care what database engine you use. When installing Zend Server it is supposed to ask if you want to install mysql (possibly you have to chose manual installation or custom or extra stuff) you might of mised that option so perhapds reinstalling is the simpler solution.
But really, you should be able to just install mysql and start using it.

Ruby 1.9.2 + Rails 3.0.3 + postgresql + windows vista

I would like to install Ruby1.9.2/Rails3.0.3 on my Windows Vista machine with PostgreSQL 9.0 as my database.
I have seen many different instructions on the web as to what works and what does not work.
Can anybody tell me which gem(s) I must install to get Ruby1.9.2/Rails 3.0.3 to drive PostgreSQL 9.0 on Windows Vista?
I appreciate any help you can give me.
I made a how-to for exactly this topic on:
http://netpie.wordpress.com/2011/03/17/setting-up-rails-3-with-postgresql-on-windows/
Please let me know if it worked for you and tell me where you had problems so that I can improve this how-to.
Best regards
Here you can get the Ruby 1.9.2 installer
http://rubyforge.org/frs/?group_id=167
Just click on it and it does all the work, after that go for Rails
Rails is easy, just download and follow the site instructions
http://rubyonrails.org/
About PostGre, you are on your own because I never used it...
But if you follow the instructions on the Rails web site you should be fine, they point the right ways to connect to several DBs