DynPricing v3

Installation Wizard v1.0.0
1 Welcome
2 Database
3 Schema
4 Admin User
5 Sample Data
6 Complete

👋 Welcome to DynPricing v3

This wizard will guide you through the installation process. You'll need database credentials and a few minutes to complete the setup.

Database Setup
Configure connections
Admin Account
Create superadmin
Sample Data
Optional demo content

Database Configuration

Configure your database connection. You can use a single database or separate databases for different purposes.

Primary Database (Pricing Results)

Database Schema

The installer will create all necessary tables for the application.

Core tables (projects, strategies, rules, guardrails)
Authentication tables (admin_users, api_keys)
Logging tables (repricing_logs, setup_log)
Cache tables (products_cache, single_rules)

Create Superadmin

Create the main administrator account for the system.

Sample Data

Optionally load sample data to help you get started quickly.

Installation Complete!

DynPricing v3 has been successfully installed.

Admin Login

Username: admin

URL: /admin/

API Key

Your API key for external access:

-
Next Steps
  • Configure your .env file with database credentials
  • Set up cron jobs for automated repricing
  • Import your product data via REST API
  • Configure RabbitMQ for queue processing (optional)