From ecd72245e1e1a3d72febcb2a6b5e0c40f7268890 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 4 Nov 2014 18:50:00 -0400 Subject: [PATCH] Add steps to deploy a development copy of Mayan --- docs/topics/development.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/topics/development.rst b/docs/topics/development.rst index 4b239d3755..3388656f31 100644 --- a/docs/topics/development.rst +++ b/docs/topics/development.rst @@ -48,6 +48,20 @@ When submitting patches, please place your feature/change in its own branch prio .. _Downloads: https://github.com/mayan-edms/mayan-edms/archives/master +Steps to deploy a development version +------------------------------------- +.. code-block:: bash + + $ git clone https://github.com/mayan-edms/mayan-edms.git + $ cd mayan-edms + $ git checkout development + $ virtualenv venv + $ source venv/bin/activate + $ pip install -r requirements.txt + $ ./manage.py initialsetup + $ ./manage.py runserver + + Contributing changes -------------------- Once your have create and committed some new code or feature, submit a Pull Request.