diff --git a/.profile.d/os_vars.sh b/.profile.d/os_vars.sh new file mode 100644 index 000000000..6b64ebc5d --- /dev/null +++ b/.profile.d/os_vars.sh @@ -0,0 +1,4 @@ + +#!/bin/sh + +echo "$VCAP_APPLICATION" diff --git a/bin/compile b/bin/compile index 9f39e231c..f957fa412 100755 --- a/bin/compile +++ b/bin/compile @@ -276,3 +276,6 @@ if [[ ! "$DOCKER_BUILD" ]]; then bpwatch stop anvil_appdir_commit bpwatch stop compile fi + + + diff --git a/bin/release b/bin/release index 36a733670..ef8ce2f55 100755 --- a/bin/release +++ b/bin/release @@ -21,3 +21,5 @@ addons: heroku-postgresql EOF fi + + diff --git a/bin/steps/pip-install b/bin/steps/pip-install index 22fbe66e6..98786c4ba 100755 --- a/bin/steps/pip-install +++ b/bin/steps/pip-install @@ -1,3 +1,4 @@ + # Install dependencies with Pip. puts-step "Installing dependencies with pip" @@ -19,4 +20,15 @@ fi [ ! ${FRESH_PYTHON:-} ] && bpwatch stop pip_install [ ${FRESH_PYTHON:-} ] && bpwatch stop pip_install_first -echo +#puts-step "Starting Proxy" + +python --version +#easy_install pip +#python -m pip install --upgrade pip +#pip install virtualenv +#virtualenv env + +#/app/env/bin/pip install requests +#pip install https://pypi.python.org/packages/py2/a/appdynamics/appdynamics-4.2.1.1-py2-none-any.whl + +#/app/env/bin/pyagent run -c /app/appdynamics.cfg -- /app/env/bin/gunicorn -w 8 -b '0.0.0.0:9000' demo.app:app >/dev/null & diff --git a/manifest.yml b/manifest.yml index fe87147aa..e1e592a5a 100644 --- a/manifest.yml +++ b/manifest.yml @@ -4,7 +4,7 @@ language: python url_to_dependency_map: - match: python-(\d+\.\d+\.\d+) name: python - version: $1 + version: "2.7.10" - match: libmemcache name: libmemcache version: 1.0.18