adding url context path to build, adding documentation on url contextpath (#737)

This commit is contained in:
Henry Megarry
2017-03-28 17:21:13 -05:00
committed by kevgliss
parent 15896a3b11
commit dd39b9ebe8
4 changed files with 55 additions and 17 deletions

View File

@ -89,6 +89,18 @@ And then run:
.. note:: This command will install npm dependencies as well as compile static assets.
You may also run with the urlContextPath variable set. If this is set it will add the desired context path for subsequent calls back to lemur.
::
Example:
urlContextPath=lemur
/api/1/auth/providers -> /lemur/api/1/auth/providers
.. code-block:: bash
$ make release urlContextPath={desired context path}
Creating a configuration
------------------------