Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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