Documenting making your own build (#990)

This commit is contained in:
Maxime Beauchemin 2016-08-19 15:27:35 -07:00 committed by GitHub
parent 30ef8eba37
commit c7467f544c
1 changed files with 16 additions and 0 deletions

View File

@ -293,3 +293,19 @@ Upgrading should be as straightforward as running::
pip install caravel --upgrade
caravel db upgrade
Making your own build
---------------------
For more advanced users, you may want to build Caravel from sources. That
would be the case if you fork the project to add features specific to
your environment.::
# assuming $CARAVEL_HOME as the root of the repo
cd $CARAVEL_HOME/caravel/assets
npm install
npm run prod
cd $CARAVEL_HOME
python setup.py install