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