RunCloud Integration
Overview
RunCloud એ cloud-based server management platform છે જે તમને તમારા પોતાના cloud servers પર web applications સરળતાથી deploy અને manage કરવાની મંજૂરી આપે છે. આ integration Ultimate Multisite અને RunCloud વચ્ચે automatic domain syncing અને SSL certificate management enable કરે છે.
Features
- Automatic domain syncing
- SSL certificate management
- Mappings delete થાય ત્યારે domain removal
Requirements
તમારી wp-config.php file માં નીચેના constants define કરવા જરૂરી છે:
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 Instructions
1. તમારા RunCloud API Credentials મેળવો
- તમારા RunCloud dashboard માં log in કરો
- "User Profile" પર જાઓ (ઉપર-જમણા ખૂણામાં તમારી profile picture પર click કરો)
- Menu માંથી "API" select કરો
- જો તમારી પાસે પહેલેથી ન હોય તો "Generate API Key" પર click કરો
- તમારી API Key અને API Secret copy કરો
2. તમારા Server અને App IDs મેળવો
- તમારા RunCloud dashboard માં, "Servers" પર જાઓ
- જે server પર તમારી WordPress multisite hosted છે તે select કરો
- Server ID URL માં દેખાય છે:
https://manage.runcloud.io/servers/{SERVER_ID} - "Web Applications" પર જાઓ અને તમારી WordPress application select કરો
- App ID URL માં દેખાય છે:
https://manage.runcloud.io/servers/{SERVER_ID}/apps/{APP_ID}