Skip to content

Installation & Setup Guide

Andrew Dzobko edited this page Feb 7, 2025 · 1 revision

1. Clone the Repository

git clone https://github.com/Collert/Pavilion.git
cd Pavilion

2. Set Up a Virtual Environment

python -m venv venv
source venv/bin/activate  # Windows: venv\Scripts\activate

3. Install Dependencies

pip install -r requirements.txt

4. Apply Database Migrations

python manage.py migrate

5. Create a Superuser (for admin access)

python manage.py createsuperuser

6. Run the Development Server

python manage.py runserver

The application will be accessible at http://127.0.0.1:8000/

Navigation

  • Overview of Pavilion
  • Key Features & Goals

Getting Started

Architecture & Components

  • Code Standards & Best Practices
  • Checking Issues & Picking Tasks
  • Submitting Issues & Pull Requests
  • Common Issues & Fixes
  • Debugging Tips
  • Logs & Error Handling

Clone this wiki locally