mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 09:49:33 +07:00
fix command (replace "=" with " ")
reported by a customer, confirmed by Björn Signed-off-by: Alexander Müller <28591861+alexanderdd@users.noreply.github.com>
This commit is contained in:
@@ -20,11 +20,9 @@ of running the graphical Installation Wizard::
|
||||
|
||||
$ cd /var/www/nextcloud/
|
||||
$ sudo -E -u www-data php occ maintenance:install \
|
||||
--database='mysql' --database-name='nextcloud' \
|
||||
--database-user='root' --database-pass='password' \
|
||||
--admin-user='admin' --admin-pass='password'
|
||||
Nextcloud is not installed - only a limited number of commands are available
|
||||
Nextcloud was successfully installed
|
||||
--database 'mysql' --database-name 'nextcloud' \
|
||||
--database-user 'root' --database-pass 'password' \
|
||||
--admin-user 'admin' --admin-pass 'password'
|
||||
|
||||
Note that you must change to the root Nextcloud directory, as in the example
|
||||
above, to run ``occ maintenance:install``, or the installation will fail with
|
||||
|
||||
Reference in New Issue
Block a user