Results 1 to 2 of 2

Thread: HOWTO setup a JFFNMS Dapper Drake server

  1. #1
    Join Date
    Feb 2006
    Location
    Maryland, USA
    Beans
    166
    Distro
    Ubuntu 12.04 Precise Pangolin

    HOWTO setup a JFFNMS Dapper Drake server

    install Dapper Drake server ( i used flight 6 ISO )
    sudo chmod 666 /etc/apt/sources.list
    sudo vi /etc/apt/sources.list ( enable the other repos )
    sudo apt-get update
    sudo apt-get install mysql-server-4.1 mysql-client-4.1 snmpd snmp graphviz tftpd ntp nmap fping

    ( just a good idea to install these )
    sudo apt-get install openssh-server clamav clamav-daemon

    sudo mysqladmin password xxxxx ( set a password )
    sudo apt-get install jffnms
    sudo ln -s /usr/share/jffnms/htdocs /var/www/jffnms

    set theses options in your Apache2's php.ini
    sudo vi /etc/php4/apache2/php.ini you may need to "sudo chmod 666"
    register_globals = On
    allow_url_fopen = On
    error_reporting = E_ALL & ~E_NOTICE

    sudo crontab -u jffnms /usr/share/jffnms/crontab
    sudo crontab –u jffnms –e

    sudo apt-get upgrade
    and reboot and it should be up and running

    http://server/jffnms
    login as admin / admin
    Last edited by jaakan; April 20th, 2006 at 10:42 PM.

  2. #2
    Join Date
    Feb 2006
    Location
    Maryland, USA
    Beans
    166
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO setup a JFFNMS Dapper Drake server

    I'm going to update this for 7.04 very soon

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •