treeherder/docs/deployment.rst

16 строки
470 B
ReStructuredText
Исходник Обычный вид История

Deployment
==========
Testing the UI build locally
----------------------------
2015-06-01 18:32:14 +03:00
During local development the UI is served in its original, unprocessed form. In
production, a minified/built version of the UI (generated using webpack) is used instead.
2014-04-25 05:34:08 +04:00
To build the UI locally:
* Install local dependencies by running ``yarn install --no-bin-links`` from the project root.
* Run ``yarn build`` to create the ``dist`` directory.
Then start gunicorn/runserver as usual.