Difference between revisions of "GISS map v2.0 documentation"

From Giss
(3 intermediate revisions by 2 users not shown)
Line 31: Line 31:
 
'''# end icecast configuration section'''
 
'''# end icecast configuration section'''
  
'''# gollum database configuration section'''
+
'''# gissmap database configuration section'''
  
 +
        $gdbHost="_mhostname_";
 +
        $gdbUser="_mdatabase_";
 +
        $gdbPass="_mpassword_";
  
        $gdbHost="_host_";
+
'''# end gissmap database configuration section'''
        $gdbUser="_user_";
 
        $gdbPass="_password_";
 
 
 
'''# end gollum database configuration section'''
 
  
 
               --> come to irc.goto10.org, channel #giss  to get these informations
 
               --> come to irc.goto10.org, channel #giss  to get these informations
Line 49: Line 48:
  
  
Then send a mail to stream-ring [at] poliforma [dot] org with a description of the new server + its ip, hostname and localisation.
+
Then send a mail to gissnetwork [at] gmail [dot] com with a description of the new server + its ip, hostname and localisation.
  
 
And join the streaming party ...
 
And join the streaming party ...

Revision as of 19:19, 21 January 2011


There you can find a technical description of the implementation of the GISS map v2.0


How to register a server

You can get all GISS map source code at sourceforge :

cvs -d:pserver:anonymous@etc-groups.cvs.sourceforge.net:/cvsroot/etc-groups login

( when it asks for a password, type <return> )

cvs -z3 -d:pserver:anonymous@etc-groups.cvs.sourceforge.net:/cvsroot/etc-groups co -P mapuse


In this package, which is all the map component sources, only the script xml.php is needed to configure a server. At the beginning, you need to change the following lines :

# icecast configuration section

        $ihostname = "_ihost_";
              --> change to your icecast server
        $iport = "_iport_";
              --> change to your icecast port number
        $iadmin = "_iuser_";
              --> change to your icecast admin account
        $ipassword = "_ipassword_";
              --> change to your icecast admin password

# end icecast configuration section

# gissmap database configuration section

        $gdbHost="_mhostname_";
        $gdbUser="_mdatabase_";
        $gdbPass="_mpassword_";

# end gissmap database configuration section

              --> come to irc.goto10.org, channel #giss  to get these informations

Once this script has been modified, you need to put it in your crontab configuration file like this :

#m h dom mon dow user command

* * * * * root <path>/php <path>/xml.php


Then send a mail to gissnetwork [at] gmail [dot] com with a description of the new server + its ip, hostname and localisation.

And join the streaming party ...

for doubts or more connect to : irc.goto10.org, channel #giss


Giss Map Implementation