የServerPilot ውህደት
አጠቃላይ እይታ
ServerPilot በDigitalOcean፣ Amazon፣ Google ወይም በማንኛውም ሌላ የሰርቨር አቅራቢ ላይ WordPress እና ሌሎች PHP ድረ-ገጾችን ለማስተናገጅ የሚያገለግል የደመና አገልግሎት ነው። ይህ ውህደት Ultimate Multisite እና ServerPilot መካከል የዶሜን መመሳሰልን (domain syncing) እና የSSL ሰርቲፊኬት አስተዳደርን በራስ-ሰር ያደርጋል።
ባህሪያት
- በራስ-ሰር የዶሜን መመሳሰል
- በLet's Encrypt አማካይነት የSSL ሰርቲፊኬት አስተዳ ደር
- በራስ-ሰር የSSL እድሳት
የሚያስፈልጉ ነገሮች
በwp-config.php ፋይልዎ ውስጥ የሚከተሉት constantዎች መገለጽ አለባቸው፦
define('WU_SERVER_PILOT_CLIENT_ID', 'your_client_id');
define('WU_SERVER_PILOT_API_KEY', 'your_api_key');
define('WU_SERVER_PILOT_APP_ID', 'your_app_id');
የማስገቢያ መመሪያዎች
1. የServerPilot API መለያ መረጃዎችን ማግኘት
- ወደ ServerPilot dashboardዎ ይግቡ
- ወደ "Account" > "API" ይሂዱ
- እስካሁን ካላገኙት የAPI key አዲስ ይፍጠሩ
- Client ID እና API Keyዎን ይቅዱ
2. የApp IDዎን ማግኘት
- በServerPilot dashboardዎ ውስጥ ወደ "Apps" ይሂዱ
- የWordPress multisiteዎ የተስተናገደበትን መተግበሪያ (app) ይምረጡ
- የApp ID በ URL ውስጥ ይታያል፦
https://manage.serverpilot.io/apps/{APP_ID}
3. constantዎችን ወደ wp-config.php መጨመር
የሚከተሉትን constantዎች ወደ wp-config.php ፋይልዎ ይጨምሩ፦
define('WU_SERVER_PILOT_CLIENT_ID', 'your_client_id');
define('WU_SERVER_PILOT_API_KEY', 'your_api_key');
define('WU_SERVER_PILOT_APP_ID', 'your_app_id');