File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
admin_manual/installation Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,9 @@ of running the graphical Installation Wizard::
2020
2121 $ cd /var/www/nextcloud/
2222 $ sudo -E -u www-data php occ maintenance:install \
23- --database='mysql' --database-name='nextcloud' \
24- --database-user='root' --database-pass='password' \
25- --admin-user='admin' --admin-pass='password'
26- Nextcloud is not installed - only a limited number of commands are available
27- Nextcloud was successfully installed
23+ --database 'mysql' --database-name 'nextcloud' \
24+ --database-user 'root' --database-pass 'password' \
25+ --admin-user 'admin' --admin-pass 'password'
2826
2927Note that you must change to the root Nextcloud directory, as in the example
3028above, to run ``occ maintenance:install ``, or the installation will fail with
You can’t perform that action at this time.
0 commit comments