This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
virtualisation:nextcloud [2018/02/28 08:19] – buettner | virtualisation:nextcloud [2018/03/01 09:19] (current) – buettner | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | =====How to setup Nextcloud on a NB2800 router===== | + | ======How to setup Nextcloud on a NB2800 router====== |
This article describes how to setup a Nextcloud server on your NB2800 router. | This article describes how to setup a Nextcloud server on your NB2800 router. | ||
- | [[https:// | + | [[https:// |
===Preparations=== | ===Preparations=== | ||
Line 28: | Line 28: | ||
< | < | ||
apt-get update | apt-get update | ||
- | </ | ||
- | and | ||
- | < | ||
apt-get upgrade | apt-get upgrade | ||
</ | </ | ||
Line 52: | Line 49: | ||
===Installations=== | ===Installations=== | ||
- | Before Nextcloud can be installed, | + | Before Nextcloud can be installed, |
< | < | ||
apt-get update | apt-get update | ||
Line 65: | Line 62: | ||
===Configuring PHP=== | ===Configuring PHP=== | ||
- | For setting up PHP, several values in three files have to be edited. First, go to / | + | For setting up PHP, several values in three files have to be edited. First, go to / |
<code c / | <code c / | ||
user = www-data | user = www-data | ||
Line 127: | Line 124: | ||
Note that you have to enter your own credentials for ' | Note that you have to enter your own credentials for ' | ||
- | Now all necessary | + | Now all necessary |
< | < | ||
grant all privileges on nextcloud_db.* to ' | grant all privileges on nextcloud_db.* to ' |