RunCloud Integration
അവലോകനം
RunCloud ഒരു cloud-based server management platform ആണ്, ഇത് നിങ്ങളുടെ സ്വന്തം cloud servers-ൽ web applications എളുപ്പത്തിൽ deploy ചെയ്യാനും manage ചെയ്യാനും സഹായിക്കുന്നു. ഈ integration Ultimate Multisite-ഉം RunCloud-ഉം തമ്മിൽ automatic domain syncing-ഉം SSL certificate management-ഉം സാധ്യമാക്കുന്ന ു.
സവിശേഷതകൾ
- Automatic domain syncing
- SSL certificate management
- Mappings നീക്കം ചെയ്യുമ്പോൾ domain removal
ആവശ്യകതകൾ
നിങ്ങളുടെ wp-config.php ഫയലിൽ താഴെപ്പറയുന്ന constants നിർവചിക്കണം:
define('WU_RUNCLOUD_API_KEY', 'your_api_key');
define('WU_RUNCLOUD_API_SECRET', 'your_api_secret');
define('WU_RUNCLOUD_SERVER_ID', 'your_server_id');
define('WU_RUNCLOUD_APP_ID', 'your_app_id');
Setup നിർദ്ദേശങ്ങൾ
1. നിങ്ങളുടെ RunCloud API Credentials നേടുക
- നിങ്ങളുടെ RunCloud dashboard-ൽ log in ചെയ്യുക
- "User Profile"-ലേക്ക് പോകുക (മുകളിൽ വലത് മൂലയിലുള്ള നിങ്ങളുടെ profile picture-ൽ click ചെയ്യുക)
- Menu-വിൽ നിന്ന് "API" തിരഞ്ഞെടുക്കുക
- നിങ്ങൾക്ക് ഇതിനകം ഒന്നില്ലെങ്കിൽ "Generate API Key" click ചെയ്യുക
- നിങ്ങളുടെ API Key-ഉം API Secret-ഉം copy ചെയ്യുക
2. നിങ്ങളുടെ Server-ഉം App IDs-ഉം നേടുക
- നിങ്ങളുടെ RunCloud dashboard-ൽ "Servers"-ലേക്ക് പോകുക
- നിങ്ങളുടെ WordPress multisite host ചെയ്തിരിക്കുന്ന server തിരഞ്ഞെടുക്കുക
- Server ID URL-ൽ കാണാം:
https://manage.runcloud.io/servers/{SERVER_ID} - "Web Applications"-ലേക്ക് പോയി നിങ്ങളുടെ WordPress application തിരഞ്ഞെടുക്കുക
- App ID URL-ൽ കാണാം:
https://manage.runcloud.io/servers/{SERVER_ID}/apps/{APP_ID}
3. wp-config.php-ൽ Constants ചേർക്കുക
നിങ്ങളുടെ wp-config.php ഫയലിൽ താഴെപ്പറയുന്ന constants ചേർക്കുക:
define('WU_RUNCLOUD_API_KEY', 'your_api_key');
define('WU_RUNCLOUD_API_SECRET', 'your_api_secret');
define('WU_RUNCLOUD_SERVER_ID', 'your_server_id');
define('WU_RUNCLOUD_APP_ID', 'your_app_id');
4. Integration Enable ചെയ്യുക
- നിങ്ങളുടെ WordPress admin-ൽ Ultimate Multisite > Settings-ലേക്ക് പോകുക
- "Domain Mapping" tab-ലേക്ക് navigate ചെയ്യുക
- "Host Integrations"-ലേക്ക് scroll down ചെയ്യുക
- RunCloud integration enable ചെയ്യുക
- "Save Changes" click ചെയ്യുക