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

From Giss
m
m
Line 5: Line 5:
 
----
 
----
 
 
== Headline text ==
+
== '''How to register a server''' ==
'''How to register a server'''
 
  
 
You can get all GISS map source code at sourceforge :
 
You can get all GISS map source code at sourceforge :
cvs -d:pserver:anonymous@etc-groups.cvs.sourceforge.net:/cvsroot/etc-groups login  
+
 
 +
''cvs -d:pserver:anonymous@etc-groups.cvs.sourceforge.net:/cvsroot/etc-groups login''
 +
 
 
( when it asks for a password, type <return> )
 
( when it asks for a password, type <return> )
 
   
 
   
cvs -z3 -d:pserver:anonymous@etc-groups.cvs.sourceforge.net:/cvsroot/etc-groups co -P mapuse
+
''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 :
+
 
 +
 
 +
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
 
# icecast configuration section
$hostname = "_ihost_";     
+
'''$hostname = "_ihost_";'''    
 
               --> change to your icecast server
 
               --> change to your icecast server
$url = "http://_iuser_:_ipassword_@$hostname::8000/admin/stats.xml";   
+
'''$url = "http://_iuser_:_ipassword_@$hostname::8000/admin/stats.xml";'''    
 
               --> change to your icecast admin account and password
 
               --> change to your icecast admin account and password
 
# end icecast configuration section
 
# end icecast configuration section
  
 
# gollum database configuration section
 
# gollum database configuration section
'''
 
$gdbHost="_host_";
 
  
$gdbUser="_user_";
+
'''$gdbHost="_host_";'''
  
$gdbPass="_password_";'''
+
'''$gdbUser="_user_";'''
 +
 
 +
'''$gdbPass="_password_";'''
  
 
# end gollum database configuration section
 
# end gollum database configuration section
Line 33: Line 39:
  
 
Once this script has been modified, you need to put it in your crontab configuration file like this :
 
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
+
'''#m  h dom mon dow user         command'''
And join the streaming party, if any information is missing, connect to irc.goto10.org, channel #giss
+
 
 +
'''*  *    * * *  root    <path>/php <path>/xml.php'''
 +
 
 +
And join the streaming party, if any information is missing, connect to : irc.goto10.org, channel #giss
  
 
----
 
----
 
   
 
   
 
[[Media:giss-map-2.0.pdf]]
 
[[Media:giss-map-2.0.pdf]]

Revision as of 18:23, 12 July 2007


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 $hostname = "_ihost_";

              --> change to your icecast server

$url = "http://_iuser_:_ipassword_@$hostname::8000/admin/stats.xml";

              --> change to your icecast admin account and password

# end icecast configuration section

# gollum database configuration section

$gdbHost="_host_";

$gdbUser="_user_";

$gdbPass="_password_";

# end gollum 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

And join the streaming party, if any information is missing, connect to : irc.goto10.org, channel #giss


Media:giss-map-2.0.pdf