mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-05 00:27:25 +00:00
Update comment
This commit is contained in:
parent
83cb7cbcbe
commit
29fad6106e
@ -3,7 +3,28 @@
|
|||||||
# setup MiaB-LDAP with a remote Nextcloud running on the same
|
# setup MiaB-LDAP with a remote Nextcloud running on the same
|
||||||
# host under Docker exposed as localhost:8000
|
# host under Docker exposed as localhost:8000
|
||||||
#
|
#
|
||||||
# this script must be run with the working directory set to 'tests'
|
# to use:
|
||||||
|
# on a fresh Ubuntu:
|
||||||
|
# 1. checkout or copy the MiaB-LDAP code to ~/mailinabox
|
||||||
|
# 2. cd ~/mailinabox
|
||||||
|
# 3. sudo tests/assets/system-setup/remote-nextcloud-docker.sh
|
||||||
|
#
|
||||||
|
# when complete you should have a working MiaB-LDAP and Nextcloud
|
||||||
|
#
|
||||||
|
# You can access MiaB-LDAP using your browser to the Ubuntu system in
|
||||||
|
# the normal way, (eg: https://<ubuntu-box>/admin).
|
||||||
|
#
|
||||||
|
# Nextcloud is running under Docker on the ubuntu box, so to access it
|
||||||
|
# you'll first need to ssh into the ubuntu box with port-forrwarding
|
||||||
|
# enabled.
|
||||||
|
#
|
||||||
|
# eg: ssh -L 8000:localhost:8000 user@<ubuntu-box>
|
||||||
|
#
|
||||||
|
# Then, in your browser visit http://localhost:8000/.
|
||||||
|
#
|
||||||
|
# See setup-defaults.sh for usernames and passwords.
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
echo "Usage: $(basename "$0") [\"before-miab-install\"|\"miab-install\"|\"after-miab-install\"]"
|
echo "Usage: $(basename "$0") [\"before-miab-install\"|\"miab-install\"|\"after-miab-install\"]"
|
||||||
|
Loading…
Reference in New Issue
Block a user