Fork me on GitHub

Organizations

@github @rss
1 results for mediawiki
  • Schwierigkeitsgrad: Für jeden machbar
    images/featured-image.png
    MediaWiki, açık kaynak kodlu bir ürün olarak ücretsiz kullanılabilen PHP tabanlı bir wiki sistemidir. Bugün Synology disk istasyonuna bir MediaWiki hizmetinin nasıl kurulacağını göstereceğim. Profesyoneller için seçenek Deneyimli bir Synology kullanıcısı olarak elbette SSH ile oturum açabilir ve Docker Compose dosyası aracılığıyla tüm kurulumu yapabilirsiniz. version: '3' services: mediawiki: image: mediawiki restart: always ports: - 8081:80 links: - database volumes: - ./images:/var/www/html/images # After initial setup, download LocalSettings.php to the same directory as # this yaml and uncomment the following line and use compose to restart # the mediawiki service # - .