Add preparestatic command

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-12-03 17:29:58 -04:00
parent 2a80facf64
commit 9b5a7c9936
3 changed files with 5 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
3.3.1 (2019-XX-XX)
==================
- Update Celery broker environment variable in the docker installer.
- Add preparestatic command to documentation. GitLab issue #692.
Thanks to Christopher S. Meiklejohn (@cmeiklejohn2) for the report.
3.3 (2019-12-03)
================

View File

@@ -181,6 +181,7 @@ Steps to deploy a development version
$ source venv/bin/activate
$ pip install -r requirements.txt
$ ./manage.py initialsetup
$ ./manage.py preparestatic
$ ./manage.py runserver

View File

@@ -18,6 +18,7 @@ This is the sequence of step used to produce an installable package:
$ source venv/bin/activate
$ pip install <path of the Git repository>/dist/mayan-edms-x.y.z.tar.gz
$ mayan-edms.py initialsetup
$ mayan-edms.py preparestatic
$ mayan-edms.py runserver
@@ -39,6 +40,7 @@ Wheel package
$ source venv/bin/activate
$ pip install <path of the Git repository>/dist/mayan_edms-x.y.z-py2-none-any.whl
$ mayan-edms.py initialsetup
$ mayan-edms.py preparestatic
$ mayan-edms.py runserver