All Projects → AnthonyNystrom → Python Dev Bootstrap

AnthonyNystrom / Python Dev Bootstrap

A Vagrant VM based Python Development Bootstrap

Labels

Projects that are alternatives of or similar to Python Dev Bootstrap

Puppet Debugger
A interactive live debugger and REPL for the puppet language
Stars: ✭ 117 (-31.18%)
Mutual labels:  puppet
Wp Vagrant
WordPress Vagrant boxes for testing PHP 5.3, 5.4, and 5.5
Stars: ✭ 136 (-20%)
Mutual labels:  puppet
Puppi
Puppet module to manage applications deployments and servers local management
Stars: ✭ 147 (-13.53%)
Mutual labels:  puppet
Puppetlabs spec helper
A set of shared spec helpers specific to Puppetlabs projects
Stars: ✭ 121 (-28.82%)
Mutual labels:  puppet
System Config
MOVED: Now at https://opendev.org/opendev/system-config
Stars: ✭ 128 (-24.71%)
Mutual labels:  puppet
Perl Dist Strawberry
Stars: ✭ 138 (-18.82%)
Mutual labels:  puppet
Puppet Nodejs
Puppet module to install nodejs and global npm packages
Stars: ✭ 111 (-34.71%)
Mutual labels:  puppet
Sensu Puppet
Sensu Puppet module.
Stars: ✭ 167 (-1.76%)
Mutual labels:  puppet
Onceover
Your gateway drug to automated infrastructure testing with Puppet
Stars: ✭ 132 (-22.35%)
Mutual labels:  puppet
Puppet Retrospec
The only tool you need to generate puppet code, tests, modules, facts, types, providers, data and everything else.
Stars: ✭ 141 (-17.06%)
Mutual labels:  puppet
Puppet Mcollective
MCollective Server and Client Puppet Module
Stars: ✭ 121 (-28.82%)
Mutual labels:  puppet
Salt Sandbox
A Vagrant-based Salt development environment for creating new modules
Stars: ✭ 122 (-28.24%)
Mutual labels:  puppet
Puppet Rbenv
Puppet manifest for rbenv installation
Stars: ✭ 138 (-18.82%)
Mutual labels:  puppet
Cis Puppet
Center for Internet Security Linux Benchmark implementation for PuppetLabs
Stars: ✭ 117 (-31.18%)
Mutual labels:  puppet
Pytest Testinfra
With Testinfra you can write unit tests in Python to test actual state of your servers configured by management tools like Salt, Ansible, Puppet, Chef and so on.
Stars: ✭ 1,987 (+1068.82%)
Mutual labels:  puppet
Loom
Elegant deployment with Fabric and Puppet.
Stars: ✭ 115 (-32.35%)
Mutual labels:  puppet
Rails Starter Box
Base Vagrant box for development of Rails apps
Stars: ✭ 136 (-20%)
Mutual labels:  puppet
Foreman
an application that automates the lifecycle of servers
Stars: ✭ 2,102 (+1136.47%)
Mutual labels:  puppet
Control Repo
A control repository template
Stars: ✭ 158 (-7.06%)
Mutual labels:  puppet
Vagrant Php Box
Set up super fast a PHP5 development box with apache, mysql, phpmyadmin and whatever else that you may need
Stars: ✭ 139 (-18.24%)
Mutual labels:  puppet

DESCRIPTION

Complete Python Development Environment on top of a Vagrant VM.

REQUIREMENTS

BASIC USAGE

  1. Assuming you have met the above requirements.

  2. Provision a new Vagrant VM (using PythonDevBootstrapPrecise as example)

     $ cd python-dev-bootstrap (Wherever your cloned path is for this repo)
     $ vagrant up
     $ vagrant ssh
     $ sudo su (Gets you to root) :)
    

The above will build a 512MB virtual machine running Ubuntu with the following installed and configured:

  1. Python
  2. PIL
  3. PIP
  4. SciPy
  5. BioPy
  6. Redis, MongoDB, Postgres, MySQL, Elastic Search
  7. Django
  8. SQLAlchemy
  9. Bottle
  10. Twisted
  11. Vim
  12. IDLE
  13. gEdit
  14. SublimeText2
  15. Pyes
  16. POW (Python on Wheels) & Dep...
  17. pyQt
  18. NumPy
  19. numarray
  20. matplotlib
  21. scrape
  22. Beautiful Soup
  23. pythonweb
  24. mechanize
  25. flask

Hint: Not everything of this is installed by default. Change comments at the end of manifests/init.pp to influence it.

OTHER

You can download different types of "boxes" as your base at the following URL:

http://www.vagrantbox.es/


Maintained by Anthony Nystrom

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].