(Solved) Re: Upgrade path from MySQL to MariaDB broken? (Akonadi)
Oliver Grawert
ogra at ubuntu.com
Tue Aug 15 09:52:44 UTC 2017
hi,
Am Montag, den 14.08.2017, 19:02 +0200 schrieb Volker Wysk:
> Am Montag, 14. August 2017, 12:22:26 CEST schrieb Oliver Grawert:
> >
> > and all it says is:
> >
> > sudo snap install nextcloud
> >
> > (and that is definitely enough to get a fully running and default-
> > configured nextcloud up that you can then manage through the web
> > UI)
> Where does it reside? In /var/www, there is no nextcloud. How does
> one access
> that web UI? Is there also an apache bundled with the snap package?
> How does
> apache access the nextcloud server? There is no way configured in the
> /etc/
> apache2/sites-enabled/nextcloud.conf file, which one should create.
>
> It's the first time i cope with a snap package. I'm puzzled.
>
a snap is a self contained (all bits an application needs are bundled
and sanely pre-configured) squashfs file. the raw squashfs (.snap file)
gets put into /var/lib/snapd/snaps/<snapname>.snap and then mounted to
/snap/<snapname> ... you can see the (readonly) content under
/snap/<snapname>/current ... all writable system bits of a snap package
go to /var/snap/<snapname>/currrent, there you would find the webserver
logs for example ...
note that the nextclud snap runs its own setup scripts on first start
to create the databases and such, it will take a bit (a few minutes at
most), then you can access it through the web interface with your
browser by either going to
http://localhost/ or http://<your_ip_address>/
and simply finish the configuration there (set an admin username and a
password and click the "finish setup" button) see [1] ...
the snap package will automatically update when nextcloud releases
(security) updates (completely independent of your OS underneath), the
security mechanisms of the snap packaging system will prevent it from
doing bad things to your OS. all executables are wrapped by seccomp,
apparmor and namespace confinement via the kernel to not access
anything of the system outside of their designed purpose.
if you have more questions about snap packages, there is
https://forum.snapcraft.io/
ciao
oli
[1] https://insights.ubuntu.com/wp-content/uploads/d92c/nextcloud-5.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20170815/c16edd3d/attachment.sig>
More information about the ubuntu-users
mailing list