Revision history for installgaliumfred


Revision [3814]

Last edited on 2016-12-01 17:49:33 by BrianKoontz [deprecated]
Additions:
<<Note: {{color c="red" text="This software is deprecated, and is not recommended for production use."}} Use at your own risk!<<::c::
----
CategoryDeprecated


Revision [3425]

Edited on 2014-08-24 09:17:17 by CalumMcAlinden [deprecated]
Additions:
Download galium fred from http://www.opennicproject.org/opennic-downloads/doc_download/3-galiumfred and extract it to the web root you plan to use. Fix permissions once extracted! You should see a dir called conf. In this dir you shall see a file called import.sql. Import this into a ""MySQL"" database and create a user for galiumfred. To configure galiumfred webfrontend edit the file conf/config.php. I will list the main options to be concerned about below.
Deletions:
Download galium fred from http://www.opennicproject.org/opennic-downloads/doc_download/3-galiumfred and extract it to the web root you plan to use. Fix permissions once extracted! You should see a dir called conf. In this dir you shall see a file called import.sql. Import this into a MySQL database and create a user for galiumfred. To configure galiumfred webfrontend edit the file conf/config.php. I will list the main options to be concerned about below.


Revision [3360]

Edited on 2014-08-23 16:42:46 by CalumMcAlinden [deprecated]
Additions:
""MySQL"":
Deletions:
MySQL:


Revision [3359]

Edited on 2014-08-23 16:42:27 by CalumMcAlinden [deprecated]
Additions:
Here it will be detailed how to get a working version of galiumfred installed. At this stage it does not mater if there is no FRED back end to connect to.
The above software needs to be installed and working before you can continue with this installation. ""MyDNS"" needs to be installed and turned off (only mydnsexport is needed), unless you plan on using it for the DNS server. If you do plan on using ""MyDNS"", do not install bind9.
Download galium fred from http://www.opennicproject.org/opennic-downloads/doc_download/3-galiumfred and extract it to the web root you plan to use. Fix permissions once extracted! You should see a dir called conf. In this dir you shall see a file called import.sql. Import this into a MySQL database and create a user for galiumfred. To configure galiumfred webfrontend edit the file conf/config.php. I will list the main options to be concerned about below.
Modify the below to match your ""MySQL"" server setup.
Thats all the configuration needed to get you working for the webfront end. There is however more to configure. galiumfred's back end is run via perl scripts. These sync the DNS information with the servers in your DNS pool. The config file lives in ./config/dns-config.yaml.
Deletions:
Here it will be detailed how to get a working version of galiumfred installed. At this stage it does not mater if there is no FRED backend to connect to.
The above software needs to be installed and working before you can continue with this installation. MyDNS needs to be installed and turned off (only mydnsexport is needed), unless you plan on using it for the DNS server. If you do plan on using MyDNS, do not install bind9.
Download galium fred from http://www.opennicproject.org/opennic-downloads/doc_download/3-galiumfred and extract it to the web root you plan to use. Fix permissons once extracted! You should see a dir called conf. In this dir you shall see a file called import.sql. Import this into a MySQL database and create a user for galiumfred. To configure galiumfred webfrontend edit the file conf/config.php. I will list the main options to be concerned about below.
Modify the below to match your MySQL server setup.
Thats all the configuration needed to get you working for the webfront end. There is however more to configure. galiumfred's backend is run via perl scripts. These sync the DNS information with the servers in your DNS pool. The config file lives in ./config/dns-config.yaml.


Revision [3357]

Edited on 2014-08-23 16:39:08 by CalumMcAlinden [deprecated]
Additions:
- ""MyDNS""
Deletions:
- MyDNS


Revision [2507]

Edited on 2011-05-24 22:40:21 by MiguelGea [Added forgotten predepends]
Additions:
- php5-mcrypt


Revision [2369]

Edited on 2010-12-30 17:47:18 by JulianDemarchi [Added forgotten predepends]
Additions:
- perl-IPC-""Open3""
- ""MySQL""
Deletions:
- perl-IPC-Open3
- MySQL


Revision [2267]

Edited on 2010-12-20 13:28:18 by JulianDemarchi [added download link]
Additions:
Download galium fred from http://www.opennicproject.org/opennic-downloads/doc_download/3-galiumfred and extract it to the web root you plan to use. Fix permissons once extracted! You should see a dir called conf. In this dir you shall see a file called import.sql. Import this into a MySQL database and create a user for galiumfred. To configure galiumfred webfrontend edit the file conf/config.php. I will list the main options to be concerned about below.
Deletions:
Download galium fred from <link_goes_here> and extract it to the web root you plan to use. Fix permissons once extracted! You should see a dir called conf. In this dir you shall see a file called import.sql. Import this into a MySQL database and create a user for galiumfred. To configure galiumfred webfrontend edit the file conf/config.php. I will list the main options to be concerned about below.


Revision [2266]

Edited on 2010-12-20 13:15:37 by JulianDemarchi [added download link]
Additions:
The last part of the config is straight forward. Copy mydns.conf to /etc so that mydnsexport will work.


Revision [2265]

Edited on 2010-12-20 13:11:51 by JulianDemarchi [finished install page]
Additions:
So you should have a basic installation off galiumfred working now. Sorry this is so rough, but this was a quick hack job to make galium preform the way I want.
Deletions:
This file controls the zone generation perl script.


Revision [2244]

Edited on 2010-12-14 13:17:29 by JulianDemarchi [Added YAML config stuff]
Additions:
Thats all the configuration needed to get you working for the webfront end. There is however more to configure. galiumfred's backend is run via perl scripts. These sync the DNS information with the servers in your DNS pool. The config file lives in ./config/dns-config.yaml.
%%(yaml)
---
# DB settings
username: "galiumfred"
password: "hardpassword"
#DNS settings
dnsmaster: "202.83.95.228" #Your DNS master IP
nameconf: "/var/lib/named/etc/bind/named.conf.galium" #Where the master DNS config lives
namesconf: "/var/lib/named/etc/bind/named.slave.galium" #Where the slave DNS config lives
namedslaveconf: "/var/www/dev.geek/web/conf/named/named.slave.galium" #Where the generated slave DNS config lives
targetpath: "/etc/bind/" #Where the rsync path is
sourcepath: "/var/www/dev.geek/web/conf/named/" #Where to rsync from
bindinitscript: "/etc/init.d/bind9" #the init.d script to reload bind
sshcommand: "/usr/bin/ssh -p3200 -P" #The ssh command to rsync over
bindowner: "bind:bind" #Who should own the DNS host
targethosts:
- "bupdater@ns3.jdcomputers.com.au" #The slave DNS hosts
- "bupdater@ns4.jdcomputers.com.au" #The slave DNS hosts
This file controls the zone generation perl script.


Revision [2243]

Edited on 2010-12-14 13:10:01 by JulianDemarchi [added config options]
Additions:
MySQL:
Modify the below to match your MySQL server setup.
%%(php)
// [MySQL]
//
$sys_mysql_host = '127.0.0.1';
$sys_mysql_user = 'galiumfred';
$sys_mysql_pass = 'password';
$sys_mysql_db = 'galiumdb'
%%
DNS config:
Below is DNS information for your setup, I have commented on the correct options and left examples in place.
%%(php)
// the server name that serves this tld
$config['server'] = 'ns5.opennic.glue.'; //Your T1 server
$config['serverid'] = '1'; //your FRED ID allocation
$config['defaultnsset'] = 'NS102'; //your default FRED NSSET
//new config options please comment
$ns = 'ns1.qld.au.dns.opennic.glue.'; //Your master DNS server for zones
$glue;
$glue["ns1"] = "ns1."; //The master NS server
$glue["ns2"] = "ns2."; //The master NS server
$ipaddy;
$ipaddy["ns1"] = "202.83.95.229"; //The IP addy of the NS server
$ipaddy["ns2"] = "119.31.230.42"; //The IP addy of the NS server
%%


Revision [2241]

Edited on 2010-12-14 13:02:21 by JulianDemarchi [updated install steps]
Additions:
- perl-DBI
- perl-DBD-mysql
- perl-IPC-Open3
- perl-Net-DNS
The above software needs to be installed and working before you can continue with this installation. MyDNS needs to be installed and turned off (only mydnsexport is needed), unless you plan on using it for the DNS server. If you do plan on using MyDNS, do not install bind9.
====Configure galiumfred====
Download galium fred from <link_goes_here> and extract it to the web root you plan to use. Fix permissons once extracted! You should see a dir called conf. In this dir you shall see a file called import.sql. Import this into a MySQL database and create a user for galiumfred. To configure galiumfred webfrontend edit the file conf/config.php. I will list the main options to be concerned about below.
Deletions:
- perl-DBI-Mysql


Revision [2240]

Edited on 2010-12-14 12:44:55 by JulianDemarchi [updated software pre-reqs]
Additions:
- perl-DBI-Mysql
- MyDNS
- bind9


Revision [2239]

Edited on 2010-12-14 08:15:39 by JulianDemarchi [added software list]
Additions:

Here it will be detailed how to get a working version of galiumfred installed. At this stage it does not mater if there is no FRED backend to connect to.

Software pre-reqs;

- perl
- perl-YAML-Syck
- apache2
- php5
- MySQL


Revision [2238]

The oldest known version of this page was created on 2010-12-14 08:12:21 by JulianDemarchi [added software list]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki