WD My Book Live에 에어코믹스 웹 뷰어 설치하기
컨텐츠 정보
- 24,309 조회
- 13 댓글
- 0 추천
- 목록
본문
1. 에어코믹스 서버 설치하기
먼저 관련링크에 있는 에어코믹스 서버 설치하기 및 암호설정하기를 완료했다고 가정하고 진행합니다.
2. 망가 뷰어 설치하기
포고카페의 그리핀님의 소스입니다. (http://cafe.naver.com/pogolinux/3156)
정확한 명칭은 에어코믹스 웹 클라이언트입니다.
즉 인터넷 브라우저로 에어코믹스 서버의 만화를 볼 수 있는 소스입니다.
mkdir /DataVolume/manga_viewer
먼저 위 명령어로 망가뷰어 폴더를 생성합니다.
cd /DataVolume/manga_viewer
위 명령어로 해당폴더로 들어갑니다.
wget -O manga_0.1a.zip http://www.wsgvet.com/data/upload/manga_0.1a
위 명령어로 파일을 다운로드 받습니다.
MyBookLive:/DataVolume/manga_viewer# wget -O manga_0.1a.zip http://www.wsgvet.com/data/upload/manga_0.1a
--2013-12-27 22:54:26-- http://www.wsgvet.com/data/upload/manga_0.1a
Resolving www.wsgvet.com... 112.163.137.86
Connecting to www.wsgvet.com|112.163.137.86|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 161337 (158K) [application/octet-stream]
Saving to: `manga_0.1a.zip'
100%[======================================>] 161,337 --.-K/s in 0.03s
2013-12-27 22:54:26 (5.99 MB/s) - `manga_0.1a.zip' saved [161337/161337]
MyBookLive:/DataVolume/manga_viewer#
위와 같이 진행됩니다.
unzip manga_0.1a.zip
rm -rf manga_0.1a.zip
위 두 명령어로 압축을 풀고 기존 압축파일을 삭제합니다.
nano /DataVolume/manga_viewer/config.js
위 명령으로 뷰어설정을 수정합니다.
/*
Manga - Air Comix Web Client
Copyright (C) 2013 - 2016
Lee Dong Woo @naver.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
*/
var globalNetworkCheckSettings={
href: 'http://my.aircomixserver.com:8000',
crossDomain: true,
timeOut: 30000
}
위와 같이 나오는데 빨간 부분이 중요합니다.
DDNS를 넣어도 되고 일단은 내부IP로 해봅니다.
http://192.168.1.77:31257
전 위와 같이 넣었습니다.
컨트롤 + O, 엔터, 컨트롤 + X를 누르면 저장 후 닫아집니다.
chmod -R 755 /DataVolume/manga_viewer
위 명령어로 뷰어 폴더의 권한을 수정합니다.
3. 아파치 설정 추가하기
이제 아파치 설정을 추가할 차례입니다.
nano /etc/apache2/sites-available/manga_viewer
위 명령어를 내리면 아무것도 없는 것이 정상입니다.
<Directory /DataVolume/manga_viewer>
Options FollowSymLinks
AllowOverride None
</Directory>
Alias /mv /DataVolume/manga_viewer
<Location /mv/>
Options Indexes
Order Deny,Allow
Deny from all
Allow from all
</Location>
위 내용을 넣고 컨트롤 + O, 엔터, 컨트롤 + X를 누르면 저장 후 닫아집니다.
a2ensite manga_viewer
위 명령어로 해당 설정을 저장합니다.
MyBookLive:/DataVolume/manga_viewer# a2ensite manga_viewer
Enabling site manga_viewer.
Run '/etc/init.d/apache2 reload' to activate new configuration!
MyBookLive:/DataVolume/manga_viewer#
위와 같이 진행되며 아파치를 리로드 시키라고 합니다.
/etc/init.d/apache2 reload
위 명령어로 리로드가 됩니다.
MyBookLive:/DataVolume/manga_viewer# /etc/init.d/apache2 reload
8636: old priority 0, new priority 0
Reloading web server config: apache2.
MyBookLive:/DataVolume/manga_viewer#
위와 같이 진행됩니다.
4. 설치 확인하기 이후는
http://www.wsgvet.com/bbs/board.php?bo_table=iomega&wr_id=539
위의 MC 강좌와 같으므로 참조 바랍니다.
-
등록일 2016.01.23
-
등록일 2015.12.23WD My Cloud 시놀로지OS 사용기댓글 102
-
등록일 2014.10.07
-
등록일 2014.10.06
관련자료
-
서명우성짱의 NAS를 운영하고 있습니다.
저의 즐거움이 여러분의 즐거움이면 좋겠습니다.
-
링크