Starting nextcloud-snap
Clash Royale CLAN TAG#URR8PPP
As per https://help.nextcloud.com/t/how-to-install-an-always-up-to-date-version-of-nextcloud-on-linux/596 I have succesfully run:
sudo snap install nextcloud
This downloads nextcloud and mounts it. I had expected that after doing this, I would be able to connect to http://localhost. But I get connection refused, so it seems there is a step in which I start the nextcloud service. I have, however, been unable to find that step.
What is the next step?
nextcloud
add a comment |
As per https://help.nextcloud.com/t/how-to-install-an-always-up-to-date-version-of-nextcloud-on-linux/596 I have succesfully run:
sudo snap install nextcloud
This downloads nextcloud and mounts it. I had expected that after doing this, I would be able to connect to http://localhost. But I get connection refused, so it seems there is a step in which I start the nextcloud service. I have, however, been unable to find that step.
What is the next step?
nextcloud
add a comment |
As per https://help.nextcloud.com/t/how-to-install-an-always-up-to-date-version-of-nextcloud-on-linux/596 I have succesfully run:
sudo snap install nextcloud
This downloads nextcloud and mounts it. I had expected that after doing this, I would be able to connect to http://localhost. But I get connection refused, so it seems there is a step in which I start the nextcloud service. I have, however, been unable to find that step.
What is the next step?
nextcloud
As per https://help.nextcloud.com/t/how-to-install-an-always-up-to-date-version-of-nextcloud-on-linux/596 I have succesfully run:
sudo snap install nextcloud
This downloads nextcloud and mounts it. I had expected that after doing this, I would be able to connect to http://localhost. But I get connection refused, so it seems there is a step in which I start the nextcloud service. I have, however, been unable to find that step.
What is the next step?
nextcloud
nextcloud
asked Jun 7 '17 at 5:48
Ole TangeOle Tange
12.9k1457107
12.9k1457107
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
In your link is answer:
1st login After a successful install, assuming you and the device on
which it was installed are on the same network, you should be able to
reach the Nextcloud installation by visiting .local in your browser.
If your hostname is localhost or localhost.localdomain, like on an
Ubuntu Core device (IoT), nextcloud.local will be used instead.
You must open .local or nextcloud.local in your browser.
Neither of those work.
– Ole Tange
Jun 10 '17 at 7:54
do you have/etc/apache2/sites-available/nextcloud.conf
file? what do you have in apache2 error logs? do you have any other webserver or apache virtual hosts?
– Krzysztof Stasiak
Jun 11 '17 at 9:46
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f369651%2fstarting-nextcloud-snap%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
In your link is answer:
1st login After a successful install, assuming you and the device on
which it was installed are on the same network, you should be able to
reach the Nextcloud installation by visiting .local in your browser.
If your hostname is localhost or localhost.localdomain, like on an
Ubuntu Core device (IoT), nextcloud.local will be used instead.
You must open .local or nextcloud.local in your browser.
Neither of those work.
– Ole Tange
Jun 10 '17 at 7:54
do you have/etc/apache2/sites-available/nextcloud.conf
file? what do you have in apache2 error logs? do you have any other webserver or apache virtual hosts?
– Krzysztof Stasiak
Jun 11 '17 at 9:46
add a comment |
In your link is answer:
1st login After a successful install, assuming you and the device on
which it was installed are on the same network, you should be able to
reach the Nextcloud installation by visiting .local in your browser.
If your hostname is localhost or localhost.localdomain, like on an
Ubuntu Core device (IoT), nextcloud.local will be used instead.
You must open .local or nextcloud.local in your browser.
Neither of those work.
– Ole Tange
Jun 10 '17 at 7:54
do you have/etc/apache2/sites-available/nextcloud.conf
file? what do you have in apache2 error logs? do you have any other webserver or apache virtual hosts?
– Krzysztof Stasiak
Jun 11 '17 at 9:46
add a comment |
In your link is answer:
1st login After a successful install, assuming you and the device on
which it was installed are on the same network, you should be able to
reach the Nextcloud installation by visiting .local in your browser.
If your hostname is localhost or localhost.localdomain, like on an
Ubuntu Core device (IoT), nextcloud.local will be used instead.
You must open .local or nextcloud.local in your browser.
In your link is answer:
1st login After a successful install, assuming you and the device on
which it was installed are on the same network, you should be able to
reach the Nextcloud installation by visiting .local in your browser.
If your hostname is localhost or localhost.localdomain, like on an
Ubuntu Core device (IoT), nextcloud.local will be used instead.
You must open .local or nextcloud.local in your browser.
answered Jun 7 '17 at 8:01
Krzysztof StasiakKrzysztof Stasiak
498114
498114
Neither of those work.
– Ole Tange
Jun 10 '17 at 7:54
do you have/etc/apache2/sites-available/nextcloud.conf
file? what do you have in apache2 error logs? do you have any other webserver or apache virtual hosts?
– Krzysztof Stasiak
Jun 11 '17 at 9:46
add a comment |
Neither of those work.
– Ole Tange
Jun 10 '17 at 7:54
do you have/etc/apache2/sites-available/nextcloud.conf
file? what do you have in apache2 error logs? do you have any other webserver or apache virtual hosts?
– Krzysztof Stasiak
Jun 11 '17 at 9:46
Neither of those work.
– Ole Tange
Jun 10 '17 at 7:54
Neither of those work.
– Ole Tange
Jun 10 '17 at 7:54
do you have
/etc/apache2/sites-available/nextcloud.conf
file? what do you have in apache2 error logs? do you have any other webserver or apache virtual hosts?– Krzysztof Stasiak
Jun 11 '17 at 9:46
do you have
/etc/apache2/sites-available/nextcloud.conf
file? what do you have in apache2 error logs? do you have any other webserver or apache virtual hosts?– Krzysztof Stasiak
Jun 11 '17 at 9:46
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f369651%2fstarting-nextcloud-snap%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown