ownCloud is a file sharing server that permits you to store your personal content, like Documents, pictures, Videos. It is an enterprise file sharing solution for online collaboration and storage. ownCloud is self hosted, free and open-source, which allows anyone to use.
Steps:
Step #1 Launch AWS Ec2 Instance.
Step #2 Install LAMP Stack
sudo apt-get update
sudo apt-get install lamp-server^
Step #3 Install ownCloud Storage Server
#a Add key:
sudo curl https://download.owncloud.org/downloa... | sudo apt-key add -
#b Add reos:
cho 'deb https://download.owncloud.org/downloa... /' | sudo tee /etc/apt/sources.list.d/owncloud.list
#c Update repo
sudo apt-get update
#d Install ownCloud
sudo apt-get install owncloud
#e Create MySQL Database
sudo mysql -u root -p #enter mysql db root ppassword
create database owncloud;
exit
#f ownCloud Configuration url
Edit nano /etc/apache2/sites-enabled/000-default.conf
Change line DocumentRoot /var/www/html
to /var/www/owncloud
#f Restart the web-services
sudo service apache2 restart
#g Go to URL http://server_ip_address in web- browser and provide the information like username, password of admin and database name and credentials.
Done !!
Please LIKE, COMMENT AND SUBSCRIBE.
Смотрите видео How To Set Up ownCloud Server On Amazon Web Services AWS EC2 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь XAdmin 20 Август 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 1,785 раз и оно понравилось 19 людям.