Skip to content

Commit

Permalink
Documenting making your own build (apache#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Aug 19, 2016
1 parent 30ef8eb commit c7467f5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c7467f5

Please sign in to comment.