FTP를 사용하기 힘들어하는 직원들을 위해 오픈소스 웹하드를 구하던중
상당히 괜찮은 넘을 발견했다!!!!
이름하여 아작스플로러!!
ㅋㅋ
데모사이트에서 UI를 보니 상당히 맘에 든다…
함 설치해보자~
메뉴얼을 보니 yum으로 설치 하면 된단다!!!
캬~ 얼마나 좋은 소스인가
1)뭘 설치하란다
# rpm -Uvh http://dl.ajaxplorer.info/repos/el6/ajaxplorer-stable/ajaxplorer-release-4-1.noarch.rpm
2) 일단 yum update를 하라고 한다 걍했다….ㅡ,.ㅡ
# yum update
–> 사실 이것이 설치된 모든 패키지들을 업데이트 한다는것인지 모르고 했다가 많이 쫄았다
3) 인스톨 하라고 해서 걍했다
# yum install ajaxplorer
–> 헉 그런데 에러가 났다
Loaded plugins: fastestmirror, presto
Loading mirror speeds from cached hostfile
* base: mirror.yongbok.net
* extras: mirror.yongbok.net
* updates: mirror.yongbok.net
Setting up Install Process
No package php-mcrypt available.
Error: Nothing to do
–> 보아하니…php-mcrypt가 없어서 그런가보다…
4) php-mcrypt를 설치해보자
**참고 싸이트) http://www.mojowill.com/geek/php-mcrypt-on-centos-6/
4-1)참고사이트의 링크가 잘못되어 찾아보니 아래와 같았다 일단 설치!
# rpm -ivh http://mirror.nus.edu.sg/Fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm
4-2)그리고 php-mcrypt설치
# yum install php-mcrypt
–>설치가 된다!!!
5) 다시 아작스플로러 설치!!
# yum install ajaxplorer