GithubHelp home page GithubHelp logo

seven-databases's Introduction

This repository contains Vagrant configurations for each of the databases in the book Seven Databases In Seven Weeks.

To use them, you will need to install both VirtualBox and Vagrant. Once you have done that, you must either fork (if you want to share your solutions to the book exercises) or clone (if you don't want to share them) the repository. Then from the command, cd into the folder for the database/chapter you are working on and use the following commands:

  • vagrant up: The first time you run this command (ever, or after running vagrant destroy), it will download the base image (if needed), launch the virtual machine, install the database and configure it to the point required at the start of the chapter. Subsequent executions will just start the virtual machine.
  • vagrant ssh: Opens a SSH connection to the virtual machine.
  • vagrant halt: Shuts down the virtual machine.
  • vagrant destroy: Deletes the virtual machine image.

When the virtual machine is running, the folder from which it was started is shared between the host machine and the virtual machine (as /vagrant). This means you can use your favourite tools in your host environment to edit the files in this folder and just use the SSH connection to issue any commands to the virtual machine (rather than editing with vi on the virtual machine).

For those that are interested, the base image used is just the Ubuntu 12.04 stock image supplied by Vagrant.

seven-databases's People

Contributors

aspinall avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.