سلام
دستورات کامل ایناست قبلش هم باید Selinux و ترجیحا فایروال رو غیر فعال کنی (ولی اگه میتونی کانفیگشون کنی عالیه)

wget http://iweb.dl.sourceforge.net/proje...-A1.24.tar.bz2
tar -xvjf IBSng-A1.24.tar.bz2 -C /usr/local
yum install httpd php postgresql postgresql-server postgresql-python perl -y
service postgresql start
nano /var/lib/pgsql/data/pg_hba.conf
************* ADD THIS TEXT TO FIRST LINE**********************
local IBSng ibs trust
************************************************** ********
service postgresql restart

su - postgres
createdb IBSng
createuser ibs
y
createlang plpgsql IBSng
exit
service httpd start
/usr/local/IBSng/scripts/setup.py
1
2
2
1
***password***
1
2
5
1
3
1
2
b
x

service httpd reload
service IBSng start
service iptables stop
chkconfig iptables off
chkconfig IBSng on
chkconfig httpd on
chkconfig postgresql on

دقت کن ببین کجای نصبت ایراد داشته
موفق باشید

---------- Post added at 02:46 AM ---------- Previous post was at 02:45 AM ----------

البته اینا برا خانواده ی Red Hat بود دبیان هم مشابه همیناست