Getting Started with Your Evtoan Script/Template
Welcome to your Evtoan product! This guide will help you quickly understand how to download, install, and start using your script.
Whether you are a beginner or an experienced developer, this article will walk you through the essential steps to get your system running smoothly.
1. Download Your Script
After purchasing the script, you will receive a download link from the platform where you bought the product (for example, your account dashboard or purchase confirmation email).
Steps to download
- Log in to your purchase account.
- Navigate to Downloads.
- Download the main package.
- Extract the ZIP file on your computer.
After extracting, you will see a folder structure similar to this:
main-package/
│
├── documentation/
├── script-files/
├── license/
└── readme.txt
The script-files folder contains the actual application you will upload to your server.
2. Check Server Requirements
Before installing the script, ensure your server meets the required specifications.
Minimum server requirements
- PHP 8.1 or higher
- MySQL 5.7+ or MariaDB
- Apache or Nginx web server
- Composer enabled
- OpenSSL extension
- PDO extension
- Mbstring extension
- Fileinfo extension
If you are unsure about your server environment, contact your hosting provider.
3. Upload Files to Your Server
Next, you need to upload the script files to your web server.
Option 1 — Using cPanel File Manager
- Log in to cPanel.
- Open File Manager.
- Navigate to: public_html/
Upload the contents of the script-files folder.
Extract the files.
Option 2 — Using FTP (Recommended)
Use an FTP client such as FileZilla.
- Connect to your server using FTP credentials.
- Navigate to:
public_html/
- Upload the contents of script-files.
4. Create a Database
You will now need to create a database for your application.
Steps
- Open your hosting control panel.
- Navigate to MySQL Databases.
- Create a new database.
- Create a database user.
- Assign the user to the database with ALL privileges.
Save the following details:
Database Name Database Username Database Password Database Host
You will need these during installation.
5. Run the Installation Wizard
Once files are uploaded and the database is created, open your browser and visit your domain.
Example:
https://yourdomain.com
You should see the installation wizard.
Follow the steps
- Accept the license agreement.
- Enter your database credentials.
- Configure the application settings.
- Create the administrator account.
- Complete installation.
After installation, the system will automatically configure your environment.
6. Login to Your Dashboard
After installation is complete, you can access the admin dashboard.
Example login URL:
https://yourdomain.com/login
Enter the administrator credentials you created during installation.
You will then be redirected to the Admin Dashboard.
7. Recommended First Steps
After logging in, we recommend completing these setup tasks:
Configure system settings
- Update site name and branding
- Configure email SMTP settings
- Upload your logo
Review documentation
Visit the documentation categories for detailed guides:
- Installation
- Configuration
- Customization
- Troubleshooting
Need Help?
If you encounter any issues during setup, you can:
- Browse the Troubleshooting section
- Search the documentation
- Open a support ticket
Our support team will be happy to assist you.