Skip to content

Quickstart

TL;DR 🤷 Too long; don't read? 🤓

  1. Customize Panda recipes to suit your needs ⚙
  2. Install required dependencies 🤖
  3. Start Panda services 🎉
  4. 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 🌐

    http://localhost/

  • Stop Panda services 🌟

    bin/stop.sh
    
  • Run Panda clean up jobs 🧹

    sudo bin/clean.sh
    

Last update: January 28, 2021