Add preparestatic command
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -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)
|
||||
================
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user