Step by step instruction to install MongoDB on Ubuntu based on: http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/ Install MongoDB Configure Package Management System (APT) The Ubuntu package management tool (i.e. dpkg and apt) ensure package consistency and authenticity by requiring that distributors sign packages with GPG keys. Issue the following command to import theMongoDB public GPG Key: sudo apt-key adv –keyserver hkp://keyserver.ubuntu.com:80 –recv 7F0CEB10 Continue reading “Install MongoDB on Ubuntu”
Category Archives: Vagrant
Installing Vagrant on Windows 7 and 8
How to install Vagrant on Windows and run using VirtualBox? Based on the instructions from http://www.seascapewebdesign.com/blog/part-1-getting-started-vagrant-windows-7-and-8 , I am in the process of installing Vagrant on Windows 7. In this tutorial, we will be installing Vagrant, a bare bones server with Ubuntu installed. Vagrant is a server that runs under VirtualBox. You will need to haveContinue reading “Installing Vagrant on Windows 7 and 8”
Creating new box using vagrantcloud
Enter Name, Short Description and Description and click create box 2. Select the version 3. Select the provider name Vagrant will need to know how to use this provider. virtualbox, vmware_desktop and aws are examples of core providers. Enter AWS URL and click Create Provider
Learn how to create effective Vagrant development environments
A practical guide to Vagrant Learn how to create effective Vagrant development environments What to expect from this book: As a very practical guide, this book will cover Vagrant from the requirements and installation to slightly complex tasks, such as running multiple VMs and deploying “real” servers. It will walk you through the most usedContinue reading “Learn how to create effective Vagrant development environments”
Vagrant Cloud and Vagrant Share
An overview of new features from Vagrant 1.5 – Vagrant Cloud and Vagrant Share, including some security tips to avoid unauthorized access to your shared VMs.
You must be logged in to post a comment.