NextCloud:Install di LAMP Stack: Difference between revisions
Created page with "===1. Download NextCloud on Ubuntu 20.04=== Log into your Ubuntu 20.04 server. Then download the NextCloud zip archive onto your server. The latest stable version is 21.0.1 at time of this writing. You may need to change the version number. Go to https://nextcloud.com/install and click the download for server button to see the latest version. You can run the following command to download it on your server. <syntaxhighlight lang="bash"> wget https://download.nextcloud.c..." |
|||
| Line 68: | Line 68: | ||
Copy and paste the following text into the file. Replace nextcloud.example.com with your own preferred sub-domain. Don’t forget to create DNS A record for this sub-domain in your DNS zone editor. If you don’t have a real domain name, I recommend going to NameCheap to buy one. The price is low and they give whois privacy protection free for life. | Copy and paste the following text into the file. Replace nextcloud.example.com with your own preferred sub-domain. Don’t forget to create DNS A record for this sub-domain in your DNS zone editor. If you don’t have a real domain name, I recommend going to NameCheap to buy one. The price is low and they give whois privacy protection free for life. | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="apacheconf"> | ||
<VirtualHost *:80> | <VirtualHost *:80> | ||
DocumentRoot "/var/www/nextcloud" | DocumentRoot "/var/www/nextcloud" | ||
| Line 152: | Line 152: | ||
==Source== | ==Source== | ||
*[https://www.linuxbabe.com/ubuntu/install-nextcloud-ubuntu-20-04-apache-lamp-stack linuxbabe.com] | *[https://www.linuxbabe.com/ubuntu/install-nextcloud-ubuntu-20-04-apache-lamp-stack linuxbabe.com] | ||
[[Category:Server]] | |||
[[Category:NextCloud]] | |||
[[Category:Apache]] | |||
[[Category:Tutorial]] | |||
[[Category:Linux]] | |||