Skip to content

pythoncali/python-vagrant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-vagrant

A simply Vagrant instance to run python/django projects, this project can be executed under Linux, OSX or Windows.

Requirements

Set Up

Open your terminal and go to the project dir

This command creates or start the vagrant instance

$ vagrant up

This command allow to login on Linux virtual machine.

$ vagrant ssh

This installation creates a python virtualenv called: env, to use and install packages on it do the following:

$ workon env
(env)$ cd vagrant
(env)$ pip install package-name

To turn the vagrant instance off execute next command:

$ vagrant halt

and if you want to destroy the vagrant instance, execute next command

$ vagrant destroy 

Enjoy it and improve it!

About

A simply Vagrant instance to run python/django projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%