전체 글 (26) 썸네일형 리스트형 Dimensions CM 14.5 설치 - Redhat Enterprise Linux OS : Redhat Linux 7.6 installation Dimensions CM ver : 14.5 DB : Postgresql 11.5 installation Port (양방향) - 671 (Eclipse , Desktop Client ), 8588 ( Web Client ) ## 1. 설치에 필요한 계정설정 dmsys 계정, dmtool 그룹설정 root$ groupaddd dmtool root$ useradd -m dmsys -g dmtool ## 2. db 생성 - dim14 root$ su - postgres -c 'psql' postgres$$) create database dim14; ## tar파일 압축풀기 및 Dimensions CM 설치파일 실행 root$ tar -xvf dim.. Postgresql 11.5 설치 ( Postgresql Installation 11.5) 1. Postgresql tar파일 설치 ## 1. 설치한 tar파일 압축풀기 root#) tar zxvf postgresql-11.5.tar.gz ## 2. postgres 사용자 생성 root# useradd -d /home/postgres postgres -- 사용자 등록 root# cat /etc/passwd -- 사용자 등록 확인 root# passwd postgres -- 패스워드 생성 root# pwconv -- 패스워드 적용 ## 3. postgres사용자의 .bash_profile 변경 root# su - postgres postgres$ vi .bash_profile # .bash_profile # User specific environment and startup programs (추.. 이전 1 2 3 4 다음