نمایش نتایج: از شماره 1 تا 10 , از مجموع 25

موضوع: آموزش تصویری نصب IBSng (از صفر تا صد)

Threaded View

پست قبلی پست قبلی   پست بعدی پست بعدی
  1. #13
    عضو جدید sina sina آواتار ها
    تاریخ عضویت
    Aug 2010
    محل سکونت
    ایران
    نوشته ها
    57
    تشکر تشکر کرده 
    104
    تشکر تشکر شده 
    168
    تشکر شده در
    131 پست

    پیش فرض پاسخ : آموزش تصویری نصب IBSng (از صفر تا صد) : IBSng Installation and Important Tips

    آموزش نصب و نکات کاربردی (به صورت کلی):


    کد PHP:
    1.Preparing Server (1)
    # yum install httpd postgresql postgresql-server postgresql-python php perl -y

    2.Preparing Server (2)
    # setup

    Set Firewall off
    Set Selinux off

    3.Download IBSng
    # wget http://space.dl.sourceforge.net/project/ibs/IBSng/IBSng-A1.24/IBSng-A1.24.tar.bz2
    *you can use any IBSng link

    4.Extract IBSng
    # tar -xvjf IBSng-A1.24.tar.bz2 -C /usr/local

    5.Install/Update Nano (Note Editor in Linux)

    # yum install nano
    # yum update nano

    6.Start Postgresql
    # service postgresql start

    7.Open pg_hba.conf with Nano
    # nano  /var/lib/pgsql/data/pg_hba.conf

     
    *Write this on top of the pg_hba.conf:
     
    local  IBSng   ibs            trust
     
    8.Restart Postgresql
    # service postgresql restart

    9.Creat IBSng Database
    # su - postgres
    createdb IBSng
    createuser ibs
    createlang plpgsql IBSng
    exit

    10.Start IBSng Setup
    # /./usr/local/IBSng/scripts/setup.py

     
    1 Install
     2 Test DB Connection 
    and Continue   
     
    2 Compile Configuration and Continue
     
    1 Import Tables and Continue   
     *
    Enter System password
     1 Copy ibs
    .conf to '/etc/httpd/conf.d'
     
    2 Chown apache directories to 'apache'
     
    Continue
     
    1 Copy logrotate Conf to /etc/logrotate.d  
     3 
    Continue
     
    1 Copy Redhat init file to /etc/init.d  
     2 Set IBSng to start on reboot
     b Back to main menu
     x 
    Exit

    11.Start Services
    # service httpd restart
    # service postgresql restart
    # service IBSng start
     
    More Information :

    For 
    Admin Web Panel go tohttp://server_ip_address/IBSng/admin
    For User Web Panel go tohttp://server_ip_address/IBSng/user
     
    And to change your password go to this address:
     
    http://server_ip_address/IBSng/admin/admins/change_password.php?username=system
     
    Default Usernamesystem
    Default PasswordYour entered password on installation

    For starting IBSng later (exAfter reboot) use this command:

    # service httpd start
    # service postgresql start
    # service IBSng start

    How to Backup/Restore IBSng database:

    # chmod 777 /root/
    # su  - postgres

    For Backup use this command:

    pg_dump   IBSng   >    /root/IBSng.bak
    exit
    *For 
    download backuped database file use Cuteftp or Fireftp in Firefox

    And for Restore use this command:

    psql    IBSng     <     /root/IBSng.bak

     
    Or:

    psql     -d   IBSng    -f    /root/IBSng.bak

    exit
    *For 
    upload backuped database file use Cuteftp or Fireftp in Firefox

    *On a system that you want to database when your are installing IBSng do not go for the third step on Installation (Import Tables and Continue) instead use Continue

    *Or if 
    you already installed IBSng databasefirst you must clear and re-create database:
    dropdb IBSng
    createdb IBSng

    *You can see database with this comment:

    psql    -l

    *To clear your server cache use this command:

    echo 
    > /proc/sys/vm/drop_caches 
    فایل های پیوست شده فایل های پیوست شده
    ویرایش توسط sina sina : March 1st, 2014 در ساعت 12:54

  2. تعداد تشکر ها ازsina sina به دلیل پست مفید


اطلاعات موضوع

کاربرانی که در حال مشاهده این موضوع هستند

در حال حاضر 1 کاربر در حال مشاهده این موضوع است. (0 کاربران و 1 مهمان ها)

موضوعات مشابه

  1. اموزش نصب ibsng به صورت تصویری
    توسط latium در انجمن اکانتینگ Accounting
    پاسخ ها: 15
    آخرين نوشته: July 26th, 2015, 17:45
  2. آموزش تصویری بک اپ گرفتن از ibsng
    توسط Amin007 در انجمن اکانتینگ Accounting
    پاسخ ها: 1
    آخرين نوشته: September 6th, 2014, 23:06
  3. آموزش تصویری ساخت گروههای 3ماه و 6ماه و ..در IBSng
    توسط faranetwork در انجمن مباحث و منابع آموزشی
    پاسخ ها: 0
    آخرين نوشته: August 2nd, 2011, 23:28

مجوز های ارسال و ویرایش

  • شما نمیتوانید موضوع جدیدی ارسال کنید
  • شما امکان ارسال پاسخ را ندارید
  • شما نمیتوانید فایل پیوست کنید.
  • شما نمیتوانید پست های خود را ویرایش کنید
  •