aboutsummaryrefslogtreecommitdiff
path: root/www/nextcloud/files/pkg-message.in
blob: 8bc0247819a0ca673b91b3ab3776f1c9b77e4b2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[
{ type: install
  message: <<EOM
/!\ The FreeBSD package REQUIRES the apps_paths configuration as    /!\
/!\ seen in config/config.sample.php to function                    /!\

Please note that everything has been installed in %%WWWDIR%%.

You will probably want to add an alias to your httpd.conf file,
something like this:

    	Alias /nextcloud %%WWWDIR%%
	AcceptPathInfo On
	<Directory %%WWWDIR%%>
	    AllowOverride All
	    Require all granted
	</Directory>

And restart Apache. Nextcloud will start the bundled installer on first
access. Once the bundled installer finishes, further configuration can
be done via 'Settings', 'Administration'. Additional configuration
options are available in

	%%WWWDIR%%/config/config.php

You can find annotated configuration options in config.documented.php
in the same directory. Nextcloud's configuration documentation is at 

	https://docs.nextcloud.com/server/16/admin_manual/configuration_server

The caching options require additional Nextcloud configuration.
}
{ type: upgrade
  message: <<EOM
After a version migration you should upgrade your nextcloud instance
using command line:

  cd %%WWWDIR%%
  su -m www -c "php ./occ upgrade"
EOM
}
]