neo2
Registered User
خیلی ساده ، به نقل از یکی از دوستان در پرشین نتورک
کد:
1- wget http://razavihost.ir/IBSng-A1.24.tar.bz2
2- tar -xjf IBSng-A1.24.tar.bz2
3- cp -Rf IBSng /usr/local
4- yum httpd php postgresql postgresql-server postgresql-python perl -y
5- yum install httpd php postgresql postgresql-server postgresql-python perl -y
6- service postgresql start
7- nano /var/lib/pgsql/data/pg_hba.conf
dar ebtedaye matn in khat ra pate konid = local IBSng ibs trust
8- service postgresql restart
9- su - postgres
10- createdb IBSng
11- createuser ibs
12- createlang plpgsql IBSng
13- exit
14- service httpd start
15- /usr/local/IBSng/scripts/setup.py
16- 1
17- 2
18- 2
19- 1
20- admin password
21- 1
22- 2
23- 5
24- 1
25- 3
26- 1
27- 2
28- b
29- x
30- service httpd reload
31- service IBSng start
32- chkconfig IBSng on
33- chkconfig postgresql on
34- chkconfig httpd on