Trace: caravel

Caravel

cd /opt
git clone https://github.com/airbnb/caravel.git 
cd /opt/caravel
python setup.py develop
fabmanager create-admin --app caravel
cd /opt/caravel/caravel/bin
./caravel db upgrade
./caravel init
./caravel load_examples
cd /opt/caravel/caravel/assets
npm install
npm run prod

Clone specific caravel version:

git clone --branch 0.9.1 https://github.com/airbnb/caravel.git
caravel.txt · Last modified: 2016/07/13 16:27
Public Domain Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain