From 0ab9c187335a745869dd2ce516923dd043a35771 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 2 Nov 2019 02:11:35 -0400 Subject: [PATCH] Add docker install script release checklist step Signed-off-by: Roberto Rosario --- docs/chapters/development.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/chapters/development.rst b/docs/chapters/development.rst index 90e20552c9..ddca8b1b10 100644 --- a/docs/chapters/development.rst +++ b/docs/chapters/development.rst @@ -247,7 +247,7 @@ Mayan EDMS follows a simplified model layout based on Vincent Driessen's Working branches for unfinished and unmerged feature. Likely unstable, don't use in production. Once the feature is complete, it is merged into one of the versions branches and deleted. - + Special branches: ``releases/all`` @@ -317,7 +317,7 @@ Steps to deploy a development version $ git clone https://gitlab.com/mayan-edms/mayan-edms.git $ cd mayan-edms - $ git checkout development + $ git checkout $ virtualenv venv $ source venv/bin/activate $ pip install -r requirements.txt @@ -558,3 +558,10 @@ Manual release :: make release-via-docker-ubuntu + +Other steps +----------- + +#. Update the contrib/scripts/install/docker.sh values + +#. Upload contrib/scripts/install/docker.sh to https://get.mayan-edms.com