참고페이지 : https://owncloud.org/
집에서 와이파이를 이용해 나만의 사설 클라우드를 이용하면 좋겠다고 생각하여 서버를 아래와 같이 설치하여 노트북, 핸드폰 등 필요한 자료를 공유할 수 있어서 너무 좋아요.
우분투 14.04 버젼 서버 준비 내용
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/owncloud.list"
sudo apt-get update
sudo apt-get install owncloud
서버 업데트를 위한 인증키 설치
wget http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_14.04/Release.key
sudo apt-key add - < Release.key
이렇게 서버 준비를 하고, 서버 IP를 고려하여
http://192.168.x.x/owncloud 로
클라우드 접속하면 관리자 아이디/패스 입력토록 되어있고,
클라이언트 접속하면 경우 OS별 설치 방법 별도로 안내됨
접속이 안되는 경우 웹서비스 접근 허용되었는지 확인
sudo ufw allow 80
sudo ufw status
==========================================
운용중 업그레이드 하면 갑자기 메인화면이 점검모드로 뜨는 경우가 있다.
이때는 root 관리자로 로그인 해서
1. 권한변경: chown www-data:www-data /var/www/owncloud -R
2. 설정파일 변경 : nano /var/www/owncloud/config/config.php 로 들어가서
밑에서 네번째줄 maintenance => true 라고 되어있는 항목을 false 값으로 변경 저장
다시 사이트에 접속하면 스스로 업그레이드하여 정리됨
3. 웹서비스 재시작 : sudo service apache2 restart
==============================================
설치한뒤 업데이트 하면 아래와 같이 나올때
W: The repository 'cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1) xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch cdrom://Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)/dists/xenial/main/binary-amd64/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
E: Some index files failed to download. They have been ignored, or old ones used instead.
시스템설정에서
소프트웨어 및 업데이트에서
맨밑에 CD-ROM/DVD에서 설치 체크표시를 제외하고 다시실행하면 문제해결