Changes

From SME Server
Jump to navigationJump to search
712 bytes added ,  15:54, 13 June 2018
command line
Line 134: Line 134:  
   config setprop nextcloud ExcludeIbay ibay1,ibay2
 
   config setprop nextcloud ExcludeIbay ibay1,ibay2
 
   signal-event nextcloud-update
 
   signal-event nextcloud-update
 +
 +
=== Command line ===
 +
if you happen to need tweaking your installation, here is how to access the command line for Nextcloud on SME, considering we use PHP SCL.
 +
 +
The following is an example to disable maintenance mode and repair installation. The key point are :
 +
* to connect as www user
 +
* cd to nextcloud foldet
 +
* use the scl syntax to select php71 or higher
 +
<syntaxhighlight lang="bash">
 +
su www -s /bin/bash
 +
cd /usr/share/nextcloud/
 +
scl enable php71 'php occ maintenance:mode --off'
 +
scl enable php71 'php occ maintenance:repair'
 +
exit
 +
 +
</syntaxhighlight>to seek for additional command consult Nextcloud documentation : https://docs.nextcloud.com/server/13.0.0/admin_manual/configuration_server/occ_command.html
    
=== Uninstall ===
 
=== Uninstall ===
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu