GithubHelp home page GithubHelp logo

khan-box's Introduction

The “Khan Box”

Setting up a new machine with all the software you need is a huge pain. Instead, here's a way to set up a virtual machine (using Vagrant and Chef) that contains everything you need.

What's in the box?

The virtual machine runs Ubuntu 10.04 “Lucid Lynx”. By default, it is configured with 384 MB of RAM and an dynamically allocated disk of size up to 80 GB, but you can change these settings after the machine is created if you'd like.

The software installed automatically is:

  • Python 2.5 with pip and virtualenv
  • Google App Engine SDK for Python

Not included yet:

  • hg (including kilnauth and kiln-review)
  • git (including hub)
  • nginx and premade vhost configuration
  • deploy script dependencies
  • editors (vim, emacs)

Installation

First, install VirtualBox and Vagrant.

If you don't want VirtualBox to make and use the directory ~/VirtualBox VMs/, tell it now to use a different one like so:

VBoxManage setproperty machinefolder ~/Documents/VirtualBox\ VMs/

Then, clone this repository and run:

cd khan-box
git submodule update --init
vagrant up

and Vagrant will create and run a new headless virtual machine in VirtualBox, provisioning it with all of the software you need. To set up an easy way to SSH into the virtual machine, run

vagrant ssh-config --host khan-box >>~/.ssh/config

and then you can SSH into the box by simply running ssh khan-box.

khan-box's People

Contributors

sophiebits avatar

Stargazers

 avatar

Watchers

 avatar  avatar  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.