Quick Installation Guide
Follow these steps to install CreateCouponWebsite on your server.
Step 1: Download & Extract
Download the latest release from your purchase email or customer dashboard. Extract the ZIP file to your web server's document root.
cd /var/www
unzip createcouponwebsite-v1.zip
cd createcouponwebsite
Step 2: Install Dependencies
composer install --optimize-autoloader --no-dev
npm install && npm run build
Step 3: Start Installation Wizard
Open your website in the browser. The installation wizard will start automatically.
https://your-domain.com
Step 4: Follow Wizard Instructions
Simply follow the on-screen installation wizard. During the setup process, you will need to provide the following details:
License Number
Database Name
Database Username
Database Password
Database Host (usually 127.0.0.1)
Make sure the database is already created before starting the installation.
Step 5: Web Server Configuration
Point your web server's document root to the public directory.
[!TIP] Visit your-domain.com to access the frontend and your-domain.com/admin for the admin panel after installation.
[!WARNING] Never expose the root directory of the application. Always point your web server to the public folder for security reasons.