From c932b6b8856f11330ed5f183286dcd8fefdafcb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C4=83zvan=20Ionescu?= Date: Mon, 14 Jan 2019 14:21:16 +0100 Subject: [PATCH] Added env list to README, stable with updated packages and django due to security warnings --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a8a6eb..c2c5d74 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,12 @@ Run tests locally with jenkins (django style does not work anymore) ``` python src/manage.py jenkins blogengine ``` -20170311 +2017.03.11 Workflow (using git hooks & shell scripts for deployment): -- dev -> local virtualenv (python 2.7.9 & runserver) -- test -> ionescu77.avproiect.com (python 2.7.9 & mod_passenger) +- local -> local virtualenv (python 2.7.9 & runserver) +- dev -> ionescu77.avproiect.com (python 2.7.9 & mod_passenger) +- test -> ionescu77.staging.avproiect.com (python 2.7.9 & mod_wsgi) - live -> ionescu77.com (python 2.7.9 & & mod_wsgi) 2016.03.08