Skip to content

Commit f4174e3

Browse files
authored
Merge pull request #13511 from nextcloud/alexanderdd-patch-4
fix command (replace "=" with " ")
2 parents fa24fd4 + 9fed6bb commit f4174e3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

admin_manual/installation/command_line_installation.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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
2927
Note that you must change to the root Nextcloud directory, as in the example
3028
above, to run ``occ maintenance:install``, or the installation will fail with

0 commit comments

Comments
 (0)