링크 : CodeIgniter 한국 사용자 포럼
먼저 yum을 이용해 subversion을 설치 한다. # yum install subversion svn의 데이터를 저장할 폴더를 생성 한다. # mkdir /home/svn 위에서 생성한 폴더로 이동한 후 repository를 생성 명령을 실행 한다. # cd /home/svn # svnadmin create repo repository 생성이 완료 되면 해당 폴더 하위에 conf 폴더가 생성 되며 conf 폴더 안에는 svnserve.conf라는 파일이 존재 한다. # vi /home/svn/repo/conf/svnserve.conf 아래는 vi로 열어본 svnserve.conf 파일의 내용이며 아래와 같이 수정 하자. ### This file controls the configuration of ..
# yum install yum-priorities # cd /etc/yum.repos.d/ # wget http://jpackage.org/jpackage50.repo 자바가 설치 되어 있지 않을 경우 자바 설치# yum install java # yum install tomcat6 tomcat6-webapps tomcat6-admin-webapps 참조 사이트 : http://www.how2centos.com/installing-tomcat-6-on-centos-5-5-tutorial/ ※ tomcat7 설치 방법
sudo 명령을 사용하기 위해서는 /etc/sudoers 파일을 수정 해야 한다. ## Sudoers allows particular users to run various commands as ## the root user, without needing the root password. ## ## Examples are provided at the bottom of the file for collections ## of related commands, which can then be delegated out to particular ## users or groups. ## ## This file must be edited with the 'visudo' command. ## Host Aliases ## ..
- Total
- Today
- Yesterday