PARDUS

Sayfa ağacı

Karşılaştırılan Versiyonlar

Anahtar

  • Bu satır eklendi.
  • Bu satır silindi.
  • Biçimlendirme değiştirildi.
Yorum: Ufak yazım düzeltmeleri ve güncel belge bağlantısı eklenmesi.

Pardus 21 sürümü için güncel kurulum belgesine https://gonullu.pardus.org.tr/pardusa-nextcloud-nasil-kurulur/ adresinden ulaşılabilir.


...


Pardus 17.4 üzerinde Nextcloud server kurulumu;

...

Kod Bloğu
Alias /nextcloud "/var/www/html/nextcloud/"


<Directory /var/www/html/nextcloud/>

 Options +FollowSymlinks

 AllowOverride All


<IfModule mod_dav.c>

 Dav off

 </IfModule>


SetEnv HOME /var/www/html/nextcloud

 SetEnv HTTP_HOME /var/www/html/nextcloud


</Directory>
  • Apache linki yaratılıroluşturulur.
Kod Bloğu
#ln -s /etc/apache2/sites-available/nextcloud.conf /etc/apache2/sites-enabled/nextcloud.conf

...

Kod Bloğu
<VirtualHost *:8080>

 ServerName next.cloud.org.tr:8080


AllowEncodedSlashes On


ProxyPreserveHost On


ProxyPass /loleaflet https://127.0.0.1:9980/loleaflet retry=0

 ProxyPassReverse /loleaflet https://127.0.0.1:9980/loleaflet


ProxyPass /hosting/discovery https://127.0.0.1:9980/hosting/discovery retry=0

 ProxyPassReverse /hosting/discovery https://127.0.0.1:9980/hosting/discovery


ProxyPassMatch "/lool/(.*)/ws$" wss://127.0.0.1:9980/lool/$1/ws nocanon


ProxyPass /lool/adminws wss://127.0.0.1:9980/lool/adminws


ProxyPass /lool https://127.0.0.1:9980/lool

 ProxyPassReverse /lool https://127.0.0.1:9980/lool

 </VirtualHost>
  • Linkler yaratılıroluşturulur.
Kod Bloğu
#ln -s /etc/apache2/sites-available/cloud.conf /etc/apache2/sites-enabled/cloud.conf

#ln -s /etc/apache2/sites-available/reverse.conf /etc/apache2/sites-enabled/reverse.conf

...

Konfigürasyon ekranında kullanıcı adı ve şifreyi biz set ediyoruzayarlıyoruz.

Veritabanı kullanıcısı: nxtadmin

...