Quick Install
Install WordPress, Joomla, Laravel and other applications in minutes without manually uploading files.
Overview
| Application | Install | Requirements |
|---|---|---|
| WordPress | 1-click | PHP, MySQL |
| Joomla | 1-click | PHP, MySQL |
| Drupal | 1-click | PHP, MySQL |
| Laravel | 1-click | PHP, Composer |
| phpBB | 1-click | PHP, MySQL |
| MediaWiki | 1-click | PHP, MySQL |
How to Use Quick Install
Step 1 — Open Section
- Log in to CoreSynth Dashboard
- Go to Web Hosting
- Select your hosting package
- Click Quick Install in sidebar
Step 2 — Select Application
Click on desired application from the list.
Step 3 — Configuration
Fill in installation details:
| Field | Description |
|---|---|
| Domain | Where to install |
| Directory | Subdirectory (optional) |
| Site Name | Your website name |
| Admin Email | Administrator email |
| Admin User | Username |
| Admin Password | Password |
Step 4 — Database
System automatically creates database or you can select existing.
| Option | Description |
|---|---|
| New Database | Automatically created |
| Existing Database | Select from list |
Step 5 — Install
Click Install and wait for completion.
Note: Installation usually takes 1-3 minutes.
WordPress
What is WordPress?
WordPress is the world’s most popular CMS. Suitable for:
- Blogs
- Business websites
- E-shops (WooCommerce)
- Portfolios
Installation
- Select WordPress in Quick Install
- Enter domain
- Fill in site name and admin details
- Click Install
After Installation
Login to WordPress admin:
https://your-domain.com/wp-adminImportant Settings
| Setting | Location |
|---|---|
| Permalinks | Settings > Permalinks |
| SSL | Force HTTPS in Settings > General |
| Timezone | Settings > General |
Plugins
Recommended plugins:
| Plugin | Purpose |
|---|---|
| Yoast SEO | Search engine optimization |
| Wordfence | Security |
| WP Super Cache | Speed |
| UpdraftPlus | Backups |
Joomla
What is Joomla?
Joomla is a CMS for more complex websites. Suitable for:
- Corporate portals
- Community sites
- E-shops
Installation
- Select Joomla in Quick Install
- Enter domain
- Fill in site name and admin details
- Click Install
After Installation
Login to Joomla admin:
https://your-domain.com/administratorLaravel
What is Laravel?
Laravel is a PHP framework for modern web applications.
Installation
- Select Laravel in Quick Install
- Enter domain
- System automatically configures:
- Composer
- .env file
- Database
- Application key
After Installation
Document root is set to /public.
Commands
Via SSH or terminal:
# Database migration
php artisan migrate
# Cache clear
php artisan cache:clear
# Optimization
php artisan optimizeTroubleshooting
Installation Failed
Cause: Insufficient space or database error.
Solution:
- Check disk usage
- Verify you have enough databases
- Try again
Page Not Displaying
Cause: Wrong document root or DNS.
Solution:
- Verify DNS records
- Check domain points to server
- Wait for DNS propagation
Database Connection Error
Cause: Wrong credentials.
Solution:
- Check
.envorwp-config.php - Verify database name, user, password
- Host should be
localhost
Manual Installation
If you prefer manual installation:
- Download files from official websites
- Upload via FTP to
/public_html/ - Create database in panel
- Run installation in browser
Next Steps
- Web Hosting — Hosting overview
- FTP — File uploads
- Databases — Database management
- SSL — Website security
Need help? Open a support ticket or ask Alex in your dashboard.