Quickstart¶
TL;DR 🤷 Too long; don't read? 🤓
- Customize Panda recipes to suit your needs ⚙
- Install required dependencies 🤖
- Start Panda services 🎉
- Enjoy! 🥳
🐌 Quickstart instructions for the impatient follow.
-
Get a local copy of Panda project files 📥
git clone https://github.com/pandainfo/panda.git
-
Go to Panda project directory 🐢
cd panda
-
Run Panda setup script 📦
bin/setup.sh
-
Set Panda environment variables 📝
editor .env
-
Run Panda start script 🌠
bin/run.sh
-
Browse Panda 🌐
-
Stop Panda services 🌟
bin/stop.sh
-
Run Panda clean up jobs 🧹
sudo bin/clean.sh
Last update: January 28, 2021