Coder Social home page Coder Social logo

imousterian / python-dev-bootstrap Goto Github PK

View Code? Open in Web Editor NEW

This project forked from emmaberyl/farmbase

0.0 2.0 0.0 47.66 MB

A Vagrant VM based Python Development Bootstrap

Puppet 27.81% Python 50.42% CSS 0.82% JavaScript 17.85% Shell 3.10%

python-dev-bootstrap's Introduction

DESCRIPTION

Complete Python Development Environment on top of a Vagrant VM, forked to make a base for farmer's market companion app

REQUIREMENTS

BASIC USAGE

  1. Assuming you have met the above requirements.

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

     $ cd repo_path (Wherever your cloned path is for this repo)
     $ vagrant up
     $ vagrant ssh
    

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.

SETTING UP THE DATABASE

...is done for you in vagrant_init.sh upon "vagrant up" or "vagrant provision"

TESTING A DJANGO APP FROM VAGRANT

	$ python manage.py runserver 0.0.0.0:8000

And open web browser to the IP address specified in network configuration within the Vagrantfile, e.g.:

http://192.168.33.10:8000/

For the admin panel:

http://192.168.33.10:8000/admin

admin = admin password = password

For the farmlyvore:

http://192.168.33.10:8000/farmlyvore

python-dev-bootstrap's People

Contributors

anthonynystrom avatar benliyanage avatar emmaberyl avatar imousterian avatar mgarabed avatar

Watchers

 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.