Deprixa Plus — Requirements & Installation · 2.3 Step-by-Step Installation Wizard
Deprixa Plus includes a built-in installation wizard that guides you through the entire setup process. Follow these five steps in order.
· 1
Upload & Extract
Upload the Deprixa Plus ZIP file to your server and extract it into your web root directory. After extraction, set the correct permissions on writable directories:
bash Copy
chmod -R 775 storage bootstrap/cache
· 2
Welcome & Requirements Check
Open your browser and navigate to yourdomain.com/install. The wizard will automatically check your PHP version, required extensions, and folder permissions. All checks must pass before you can proceed to the next step.
· 3
Database Configuration
Enter your MySQL connection details:
- Host — usually 127.0.0.1 or localhost
- Port — default is 3306
- Database Name — the empty database you created
- Username and Password
Click "Test Connection" to verify. Then enter your company name and email address. Click "Setup Database" — the wizard imports the database schema and runs all migrations automatically.
· 4
Admin Account
Create your super-admin account by entering your name, email, and a strong password. This will be your main login to manage the entire platform.
· 5
Preferences
Configure your initial system preferences:
- Language — English or Spanish
- Timezone — select your local timezone
- Currency — default currency for invoices and rates
- Date Format — choose your preferred display format
- Weight Unit — kg or lb
- Dimension Unit — cm or in
Optionally, check "Load demo data" to populate the system with sample shipments, clients, and rates for testing. Click "Finish" — installation is complete and you will be redirected to the login page.