"Now I am not a security professional and I don't pretend to play one on the internet" - Rick H. Take this post with a grain of salt. I'm preparing to launch one of my web applications JSecademy. The backend of the application is using mongodb as a datastore. … [Read more...] about How to setup access to mongodb in production with local clients ( Robomongo HumongouS.io )
Introduction to Cloud Environments
Cloud Environment If your anything like me you probably don't always want to be programming in the same language nor programming in the same machine, you want to see what happens when your run your application in multiple platforms. Cloud Environments allow you … [Read more...] about Introduction to Cloud Environments
How to create a Vagrant Virtual Machine
Vagrant has a wide variety of commands available to you, to list all the commands available use the following command from your terminal. vagrant list-commands The most common commands that you might use are the following. Command Description up Startups … [Read more...] about How to create a Vagrant Virtual Machine
How to install Vagrant in Ubuntu \ Linux
Vagrant Install: Grab a copy of the application at the download page, then install the software on your computer. Vagrant supports OSX, Windows, and Linux distros. To check if you have successfully setup and configured Vagrant use the following command from your … [Read more...] about How to install Vagrant in Ubuntu \ Linux
How to install Vagrant in Ubuntu \ Linux
Vagrant Install: Grab a copy of the application at the download page, then install the software on your computer. Vagrant supports OSX, Windows, and Linux distros. To check if you have successfully setup and configured Vagrant use the following command from your … [Read more...] about How to install Vagrant in Ubuntu \ Linux
How to install Vagrant in Ubuntu \ Linux
Vagrant Install: Grab a copy of the application at the download page, then install the software on your computer. Vagrant supports OSX, Windows, and Linux distros. To check if you have successfully setup and configured Vagrant use the following command from your … [Read more...] about How to install Vagrant in Ubuntu \ Linux
How to install Vagrant in Ubuntu \ Linux
Vagrant Install: Grab a copy of the application at the download page, then install the software on your computer. Vagrant supports OSX, Windows, and Linux distros. To check if you have successfully setup and configured Vagrant use the following command from your … [Read more...] about How to install Vagrant in Ubuntu \ Linux
How to install Vagrant in OS X El Capitan
Vagrant Install: Grab a copy of the application at the download page, then install the software on your computer. Vagrant supports OSX, Windows, and Linux distros. To check if you have successfully setup and configured Vagrant use the following command from your … [Read more...] about How to install Vagrant in OS X El Capitan
How to install Vagrant in Windows
Vagrant Install: Grab a copy of the application at the download page, then install the software on your computer. Vagrant supports OSX, Windows, and Linux distros. To check if you have successfully setup and configured Vagrant use the following command from your … [Read more...] about How to install Vagrant in Windows
Introduction to Vagrant
Vagrant goes a step further then VirtualBox, by automating all of the steps that you must take in order to create a virtual VM. You no longer need to go and download and ISO, go through each of the install processes, setup network cards, mount and unmount shares … [Read more...] about Introduction to Vagrant