Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenBSD documentation should include instruction for web wizard #12408

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion admin_manual/installation/example_openbsd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,13 @@ Since in OpenBSD httpd(8) works with a chroot(8) by default, we need to be sure
Nextcloud final steps
---------------------

Now that we have all in place, you should go to your browser with your URL (I am assuming you have an SSL already installed)::
The remaining installation step are completed in the web-based installation wizard.

To activate this wizard, create a file named CAN_INSTALL inside the installation's config folder:

# touch /var/www/nextcloud/config/CAN_INSTALL

Use your browser to navigate to the installation's URL:

https://domain.tld

Expand Down