Navigation


Changeset 612:95bb43106039 in freeDiameter for contrib


Ignore:
Timestamp:
Dec 2, 2010, 5:08:29 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Updated documentation, included information for OpenSUSE and Fedora

Location:
contrib/nightly_tests
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • contrib/nightly_tests/README

    r608 r612  
    2222      # pkg_add -r -v wget
    2323      # pkg_add -r -v `wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/prereqs.freebsd -O - | grep -v -e "^#"`
     24     
     25  c) OpenSUSE:
     26        $ sudo zypper install `wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/prereqs.opensuse -O - | grep -v -e "^#"`
     27 
     28  d) Fedora:
     29        $ sudo yum install `wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/prereqs.fedora -O - | grep -v -e "^#"`
     30       
    2431
    25322) Create the "test" database for app_acct test (we assume the tests are run as user "test" here)
    2633      - check INSTALL.FreeBSD file for specific PostgreSQL pre-install instructions.
    27       - These are the instructions for Debian/Ubuntu, adjust as needed:
     34      - These are the instructions for Debian/Ubuntu/OpenSUSE, adjust as needed:
    2835        # su - postgres
    2936        # createuser test
     
    5057         "Route-Record4" bytea );
    5158         \q
     59         
    5260
    53613) Create a directory ~/fDtests
     
    6674        $ echo "set(CTEST_BUILD_OPTIONS \"\${CTEST_BUILD_OPTIONS} -DFLEX_EXECUTABLE:FILEPATH=/usr/local/bin/flex\")" >> local.cmake
    6775       
    68 6) Run the runscript.sh script once to check it works properly (freeBSD might require: ln -s /usr/local/bin/bash /bin/bash)
     766) Run the runtests.sh script once to check it works properly (freeBSD might require: ln -s /usr/local/bin/bash /bin/bash)
    6977
    70787) Set up a crontab to run the script
  • contrib/nightly_tests/prereqs.freebsd

    r608 r612  
    22# 2: install wget with command: pkg_add -r -v wget
    33# Finally, install the other packages from this file
    4 bash cmake mercurial flex bison gnutls postgresql84-client postgresql84-server mysql50-client libxml2
     4# pkg_add -r -v `wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/prereqs.freebsd -O - | grep -v -e "^#"``
     5bash cmake mercurial flex bison gnutls postgresql84-client postgresql84-server mysql50-client libxml2 swig
  • contrib/nightly_tests/prereqs.ubuntu

    r608 r612  
    11# Packages (Ubuntu names)
    2 cmake mercurial make gcc flex bison binutils libsctp-dev libgnutls-dev valgrind wget libpq-dev postgresql libmysqlclient-dev libxml2-dev libxml2
     2cmake mercurial make gcc flex bison binutils libsctp-dev libgnutls-dev valgrind wget libpq-dev postgresql libmysqlclient-dev libxml2-dev libxml2 swig python-dev
    33
Note: See TracChangeset for help on using the changeset viewer.