From d73df6ccb0647e2e0484340ccc882c401bad16be Mon Sep 17 00:00:00 2001 From: Nathan Victor Date: Sat, 11 Jul 2015 12:05:29 -0500 Subject: [PATCH 1/2] additional instructions instructions were needed to make project run in its current form plus instructions for upgrading to python3 development --- README.markdown | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 150361d..cd76831 100644 --- a/README.markdown +++ b/README.markdown @@ -23,10 +23,10 @@ cd ~/vagrant/ansible ansible-playbook vagrant.yml ``` -## Development Quickstart Option 2 (virtualenv) +## Development Quickstart get up and running 'as is' Option 2 (virtualenv) ``` -mkvirtualenv pythonkc +mkvirtualenv --no-site-packages --distribute pythonkc git clone git@github.com:pythonkc/pythonkc.com.git cd pythonkc.com/pythonkc_site pip install -r requirements/project.txt @@ -35,6 +35,16 @@ python manage.py runserver Profit! $$$ +## For upgrading to Python3 Development Option 3 (virtualenv) + +``` +mkvirtualenv pythonkc -p `which python3` +git clone git@github.com:pythonkc/pythonkc.com.git +cd pythonkc.com/pythonkc_site +pip install -r requirements/project.txt +python manage.py runserver +``` + ## More Detailed Instructions See: docs/local_development From e70c19541a85d4f5b3261d51b7f7fd1063d8a637 Mon Sep 17 00:00:00 2001 From: Nathan Victor Date: Sat, 11 Jul 2015 12:23:58 -0500 Subject: [PATCH 2/2] condor site is no more removed link to site --- pythonkc_site/templates/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pythonkc_site/templates/index.html b/pythonkc_site/templates/index.html index 55d3939..594c661 100644 --- a/pythonkc_site/templates/index.html +++ b/pythonkc_site/templates/index.html @@ -132,7 +132,6 @@

POWERED BY