[NLUUG]   Welcome to ftp.vim.org,
Hosted by ftp.nluug.nl
Current directory: /ftp/os/Linux/distr/salix/i486/extra-15.0/source/network/nextcloud-server/
Contents of README:
Nextcloud is a safe home for all your data - community-driven, free and
open source. Nextcloud gives you access to all your files wherever you
are.


Optional dependency: postgresql can be used as the server's database.


SlackBuild defaults

This SlackBuild uses the following defaults:
* DOCROOT=/srv/httpd/htdocs
* PHPUSER=apache
* PHPGROUP=apache

You can change the defaults at build time:
# DOCROOT=/your/preferred/directory \
  PHPUSER=youruser \
  PHPGROUP=yourgroup \
  ./nextcloud-server.SlackBuild


Configuration

(1) Add the following in /etc/httpd/httpd.conf

  Alias /nextcloud "/srv/httpd/htdocs/nextcloud/"
  <Directory "/srv/httpd/htdocs/nextcloud">
      Options +FollowSymlinks
      AllowOverride All
      <IfModule mod_dav.c>
        Dav off
      </IfModule>
      SetEnv HOME      "/srv/httpd/htdocs/nextcloud"
      SetEnv HTTP_HOME "/srv/httpd/htdocs/nextcloud"
  </Directory>

(2) In /etc/httpd/httpd.conf, enable mod_rewrite and PHP by uncommenting
"LoadModule rewrite_module ..." and "Include /etc/httpd/mod_php.conf",
then restart httpd.

(3) You need to complete setup by visiting this page:

  http://localhost/nextcloud/

Icon  Name                                                      Last modified      Size  
[DIR] Parent Directory - [TXT] README 11-Jun-2022 11:48 1.1K [   ] nextcloud-18.0.4.tar.bz2 11-Jun-2022 11:49 83M [TXT] nextcloud-server.SlackBuild 11-Mar-2022 06:34 2.6K [   ] nextcloud-server.info 11-Jun-2022 11:48 317 [TXT] slack-desc 11-Jun-2022 11:48 910

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!