Changeset 117

Show
Ignore:
Timestamp:
04/13/09 16:25:36 (17 months ago)
Author:
Adrian Georgescu <ag@ag-projects.com>
Hashname:
20090413142536-58252-766a181400954d266ba8cea3bac639f8b5aabacb
Message:

Updated installation instructions

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • README

    r101 r117  
    5757 
    5858 
     59Debian package installation 
     60--------------------------- 
     61 
     62Add the following lines to /etc/apt/sources.list 
     63 
     64# AG Projects software 
     65deb     http://ag-projects.com/debian unstable main 
     66deb-src http://ag-projects.com/debian unstable main 
     67 
     68Install the AG Projects debian software signing key: 
     69 
     70wget http://download.ag-projects.com/agp-debian-gpg.key 
     71apt-key add agp-debian-gpg.key 
     72 
     73After that, run: 
     74 
     75sudo apt-get update 
     76sudo apt-get install sip-chatserver 
     77 
     78 
     79Manual installation 
     80------------------- 
     81 
     82Download the tar archive from http://download.ag-projects.com/ChatServer 
     83 
     84Extract the tar archive and run under the newly created directory: 
     85 
     86sudo python setup.py install 
     87 
     88 
     89Development version 
     90------------------- 
     91 
     92The source code is managed using darcs version control tool. The darcs 
     93repository can be fetched with: 
     94 
     95darcs get http://devel.ag-projects.com/repositories/sip-chatserver 
     96 
     97To obtain the incremental changes after the initial get, go to the 
     98sip-chatserver directory and run: 
     99 
     100cd sip-chatserver 
     101darcs pull -a 
     102 
     103 
    59104Support 
    60105------- 
     
    74119 
    75120To open ticket please Register first. 
     121