MongoDB is a pretty good Document Database. It is NOT a Object Database. Anyway. If you want learn more about MongoDB check out this site: http://www.mongodb.org As far as I know MongoDB is not available over the yum package manager from Yellow Dog Linux (YDL). But it is pretty easy to install. Just download theContinue reading “Installing MongoDB on YDL”
Tag Archives: YDL
Installing Nginx 1.0.2 on Yellow Dog Linux
I just got an Yellow Dog Linux (YDL) up and running on Amazon EC2. YDL is based on Red Hat. The installation tool is called “yum”. It is similar to debians “apt-get” tool, but it is based on RPMs. Anyway. You can install nginx via yum with this command: sudo yum install nginx But thisContinue reading “Installing Nginx 1.0.2 on Yellow Dog Linux”