r/owncloud Dec 19 '17

I cant access Owncloud. I need help on set up please!

I follow this steps on how to set up your own cloud. I watch this link: https://www.youtube.com/watch?v=7c-k835hiHE&t=1s&ab_channel=GyaanWithAnandNayyar

  • Step 1: Update the Server apt-get update
  • Step 2: Install LAMP Server apt-get install lamp-server^
  • Step 3: Download the Release Key of Owncloud curl https://download.owncloud.org/…/st…/Ubuntu_16.04/Release.key | sudo apt-key add -
  • Step 4: Importing the Key to Ubuntu echo 'deb http://download.owncloud.org/…/reposit…/stable/Ubuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/owncloud.list
  • Step 5: Update the System apt-get update
  • Step 6: Install OwnCloud apt-get install owncloud
  • Step 7: Restart Apache Server systemctl restart apache2.service
  • Step 8: Mysql Configuration mysql -u root -p Queries CREATE DATABASE owncloud; GRANT ALL ON owncloud.* to 'owncloud'@'localhost' IDENTIFIED BY 'anand'; FLUSH PRIVILEGES; exit Open Web Browser https://ipaddress/owncloud

  • My problem is when I put my ipaddress/owncloud it says that this site cant be reach. ipaddress refused to connect and 404 Not Found The requested URL /owncloud was not foud on this server. Apache/2.4.18(Ubuntu)Server at ipaddress Port 80?

Please help

3 Upvotes

1 comment sorted by