Instalación de owncloud en un servidor Ubuntu 22.04


A continuación dejo el video donde muestro como instalar owncloud:





La lista de instrucciones que se utilizaron para montar son las siguientes:
  • sudo apt update && sudo apt upgrade -y
  • sudo apt install apache2 -y
  • sudo systemctl start apache2
  • sudo systemctl enable apache2
  • sudo apt install mysql-server -y
  • sudo systemctl start mysql
  • sudo systemctl enable mysql
  • sudo mysql
  • alter user 'root'@'localhost' identified with mysql_native_password by '0wnC10ud';
  • quit
  • sudo mysql_secure_installation
  • sudo add-apt-repository ppa:ondrej/php
  • sudo apt update
  • sudo apt install php7.4 php7.4-{opcache,gd,curl,mysqlnd,intl,json,ldap,mbstring,mysqlnd,xml,zip}
  • sudo mysql -u root -p
  • create database db_owncloud;
  • create user 'usr_owncloud'@'localhost' identified by 'U5r_0WnCl0ud';
  • grant all on db_owncloud.* to 'usr_owncloud'@'localhost';
  • flush privileges;
  • exit
  • wget https://download.owncloud.com/server/stable/owncloud-complete-latest.zip
  • sudo apt-get install zip -y
  • unzip owncloud-complete-latest.zip
  • sudo mv owncloud /var/www/html/
  • sudo chown -R www-data: /var/www/html/owncloud
  • sudo nano /etc/apache2/sites-available/owncloud.conf

<VirtualHost *:80>
    ServerAdmin [email protected]
    ServerName owncloud.soluciones-dc.com
    ErrorLog ${APACHE_LOG_DIR}/owncloud_error.log
    CustomLog ${APACHE_LOG_DIR}/owncloud_access.log combined
    <Directory /var/www/html/owncloud>
        Options FollowSymLinks
        AllowOverride All
        Require all granted
    </Directory>
</VirtualHost>

  • sudo a2enmod rewrite mime unique_id
  • sudo systemctl restart apache2
  • sudo reboot

En el siguiente link encontraras la lista completa de videos:



En el siguiente link puedes encontrar como configurar un nombre de dominio a owncloud:

https://blog.soluciones-dc.com/2023/12/como-configurar-un-nombre-o-subdominio.html

1 Comentarios

  1. ✔︎🕙🕙➠🕖🕜🇵🇪 I lost my job few months back and there was no way to get income for my family, things was so tough and I couldn’t get anything for my children, not until a met a recommendation on a page writing how Mr Bernie Wilfred Doran helped a lady in getting a huge amount of profit every 6 working days on trading with his management on the cryptocurrency Market, to be honest I was skeptical at first but I took the risk to take a loan, and I contacted him unbelievable and I was so happy I earned $15,500.00 with an investment of $1500 within 7 days of investment , the most joy is that I can now take care of my family, i am just sharing my testimony. I don’t know how to appreciate your good work Mr. Bernie Doran, God will continue to bless you for being a life saver I have no way to appreciate you than to tell people about your good services. He can also help you recover your lost cryptocurrencies, For a perfect investment and good strategies contact Mr Bernie Doran on Gmail : [email protected] 🇵🇪🕜🕖⫷🇺🇸

    ResponderBorrar
Artículo Anterior Artículo Siguiente

Ad Blocker

¡Hola! Para mantener nuestro sitio gratuito, necesitamos mostrar anuncios. Por favor, considera desactivar tu bloqueador de anuncios para apoyarnos.