کد:
wget http://iweb.dl.sourceforge.net/project/ibs/IBSng/IBSng-A1.24/IBSng-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
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