نقل قول نوشته اصلی توسط Domain474 نمایش پست ها
سلام
آموزش نصب ibsng رو CentOS نیاز دارم

سروری هست که فقط centos-6.5-x86_64 نصب هست

برای نصب
ibsng باید آپاچی , php و mysql نصب بشه !

راهنمایی کنید
ممنون
################IBSng Installtion Help#####################
command >>> setup
Firewall : Disbale
selinux : Disbale
command >>> Clear
command >>> yum install httpd postgresql postgresql-server postgresql-python php perl -y
command >>> yum install gcc
command >>> yum install squid
command >>> yum update -y
command >>> wget http://sourceforge.net/projects/ibs/...-A1.24.tar.bz2
command >>> tar -xvjf IBSng-A1.24.tar.bz2 -C /usr/local
command >>> service postgresql start
Command >>> nano /var/lib/pgsql/data/pg_hba.conf
put this link top of the file >>> local IBSng ibs trust
Command >>> Ctrl*x >> y >> Enter
Command >>> service postgresql restart
Command >>> su - postgres


createdb IBSng


createuser ibs
> y > enter
createlang plpgsql IBSng
Command >>> exit
Command >>> /./usr/local/IBSng/scripts/setup.py
1 > 2 > 2 > 1 >password
> 1 > 2 > 5 > 1 > 3 > 1 > 2 > b > x
Command >>
service httpd start
service httpd restart
service postgresql start
service postgresql restart
service IBSng start
service IBSng restart
service squid start
service squid restart




chkconfig httpd on
chkconfig postgresql on
chkconfig squid on
chkconfig IBSng on






service IBSng stop
su postgres
dropdb IBSng
createdb IBSng






linux 6.5
service postgresql initdb