Skip to content

A script that builds and installs packages (PIP and .tar.gz) to make website deployments easier.

Notifications You must be signed in to change notification settings

hgezim/deploy_pysite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

A short bash script that allows you to easily build and install software packages (.tar.gz).

QUICK START:

1.) If you're not using virtualenvwrapper, set VIRTUAL_ENV environment variable to your absolute virtual environment path. If you are using virtualenvwrapper, just "workon" the virtual env. you wish to install the packages in.
2.) Add to, or remove from nonpip_packages and pip_packages arrays in SETTINGS section of deploy_pysite.sh source code. Use the formats specified in comments.

3.) (Optional) The default directory where software is downloaded and built is "$HOME/downloads". This is set in "dg_downloads_dir" in deploy_pysite.sh SETTINGS section. Feel free to modify it.

4.) Execute the script.

About

A script that builds and installs packages (PIP and .tar.gz) to make website deployments easier.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published