Skip to content

micronicstraining/devbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

devbox

A Vagrant VM based on Ubuntu 14 i386 for Python development.

Setup

  1. Install VirtualBox

  2. Install Vagrant

https://www.vagrantup.com/downloads.html

  1. Install git

  2. Clone this repository:

$ git clone https://github.com/micronicstraining/devbox

  1. Go to devbox directory

$ cd devbox

  1. Initialize environment.

$ vagrant up

  1. Log in and do development work.

Username/password -> vagrant/vagrant

  1. Halt environment when finished.

$ vagrant halt

Note: If you prefer to develop on your local machine then look at the Vagrantfile and provision your system accordingly.

This box has the following dependencies:

  • python 2 & 3 pip, virtualenv
  • scapy for python 2
  • wireshark
  • sublime text 3
  • pycharm

About

A Vagrant VM based on Ubuntu 14 i386 for Python development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages