Skip to content

gigigoapps/ubuntu1404-mongodb26

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant :: Ubuntu 14.04 64 bits + MongoDB 2.6

This project uses Vagrant to mount and deploy a test environment with Ubuntu 14.04 and MongoDB 2.6

Initial Requirements

You will need:

Do the work

Clone this repositoriy with submodules (they are puppet submodules)

$ git clone --recursive https://github.com/pedroamador/ubuntu1404-mongodb26
[...]
$ cd ubuntu1404-mongodb26
[...]

Start the VM

ubuntu1404-mongodb26$ vagrant up
Bringing machine 'ubuntumongo' up with 'virtualbox' provider...
==> ubuntumongo: Importing base box 'puppetlabs/ubuntu-14.04-64-puppet'...
==> ubuntumongo: Matching MAC address for NAT networking...
==> ubuntumongo: Checking if box 'puppetlabs/ubuntu-14.04-64-puppet' is up to date...
[...]

Access to the VM

You can go to VM "inside" with shell prompt in console mode, and then access to the "mongo" server

ubuntu1404-mongodb26$ vagrant ssh
Welcome to Ubuntu 14.04 LTS (GNU/Linux 3.13.0-24-generic x86_64)

 * Documentation:  https://help.ubuntu.com/
vagrant@ubuntumongo:~$ mongo
MongoDB shell version: 2.6.4
connecting to: test
Welcome to the MongoDB shell.
For interactive help, type "help".
For more comprehensive documentation, see
    http://docs.mongodb.org/
Questions? Try the support group
    http://groups.google.com/group/mongodb-user
>

With "vagrant ssh" you are logged in the VM with "vagrant" user. But you can enter sudo -i command to became "root" user Or you can also exec sudo [command] commands.


Notes


Known issues


ToDo

Releases

No releases published

Packages

No packages published

Languages