Programmer Application Note

2016년 4월 25일 월요일

opensource cloud owncloud 설치 방법 ubuntu용

오후 11:33 Posted by PAN.SPOT No comments
xUbuntu_14.04 owncloud-9.0.1-3.1
You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). Run the following shell commands as root to trust the repository:
wget -nv https://download.owncloud.org/download/repositories/stable/xUbuntu_14.04/Release.key -O Release.key
apt-key add - < Release.key
Run the following shell commands as root to add the repository and install from there.
sh -c "echo 'deb http://download.owncloud.org/download/repositories/stable/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/owncloud.list"
apt-get update
apt-get install owncloud

아파치 웹서버 포트 변경
vi /etc/apache2/ports.conf
Listen "포트 번호"

해당 포트로 접속 시 owncloud로 접속 가능