Difference between revisions of "Nextcloud"

From wiki
Jump to navigation Jump to search
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
* The package can be installed in the root of a (virtual) webserver.
 
* The package can be installed in the root of a (virtual) webserver.
  
* The configuration is in <webroot>/config/config.php. To restart the initialization (re)move this file and put a file named CAN_INSTALL in the config directory.
+
* The configuration is in <webroot>/config/config.php. To (re)start the initialization:
 +
# (re)move the config file
 +
# delete all tables in the nextcloud database
 +
# put a file named CAN_INSTALL in the config directory.
 +
# browse to your nextcloud webserver
  
 
* When you have unix-sockets enabled use localhost:<socketpath> as dbhost
 
* When you have unix-sockets enabled use localhost:<socketpath> as dbhost

Revision as of 19:27, 26 May 2020

An opensource private cloud solution [1].

Installation

Installation is as simple as deploying a new web-site. Tips for installing on Synology bit outdated using php7

  • The package can be installed in the root of a (virtual) webserver.
  • The configuration is in <webroot>/config/config.php. To (re)start the initialization:
  1. (re)move the config file
  2. delete all tables in the nextcloud database
  3. put a file named CAN_INSTALL in the config directory.
  4. browse to your nextcloud webserver
  • When you have unix-sockets enabled use localhost:<socketpath> as dbhost