Changes

Jump to navigation Jump to search
523 bytes added ,  05:39, 1 June 2021
Line 1: Line 1: −
==Geneweb for SME Server 7.x==
+
==Geneweb for SME Server 9.x==
 
{{Level|medium}}
 
{{Level|medium}}
    
===Maintainer===
 
===Maintainer===
http://acenet-tech.org<br>
+
[mailto:mab974@gmail.com mab974]<br />
[[User:cjensen|Craig Jensen]]<br/>
+
 
 +
[[User:cjensen|Craig Jensen]] (http://acenet-tech.org) : original developper<br />
 +
=== Version ===
 +
 
 +
{{#smeversion: smeserver-geneweb }}
 +
{{#smeversion: geneweb }}
    
===Description===
 
===Description===
Line 25: Line 30:  
===Installation===
 
===Installation===
   −
Install with the following command and it will install all of the required packages for you.
+
* The following steps install two packages, namely:
 +
geneweb-6.08-*.el6.sme.i386.rpm
 +
smeserver-geneweb-2.0-*.el6.sme.noarch.rpm
 +
* The first RPM- '''geneweb-6.08-*.el6.sme.i386.rpm''' is the latest Geneweb build (6.08) compiled for SME 9.
 +
* The second - '''smeserver-geneweb-2.0-*.el4.sme.noarch.rpm''' integrates Geneweb into SME 9. It includes a server-manager panel to configure the IP assigned to the client machine from which Geneweb is allowed to be administered.
 +
<br>
 +
The following command will install all of the required packages for you.
    
  yum --enablerepo=smecontribs install geneweb smeserver-geneweb
 
  yum --enablerepo=smecontribs install geneweb smeserver-geneweb
   −
* Two packages are installed
+
====Uninstall====
geneweb-5.01-*.el4.sme.i386.rpm
  −
smeserver-geneweb-2.0-*.el4.sme.noarch.rpm<br>
  −
* The first RPM- '''geneweb-5.01-*.el4.sme.i386.rpm''' is the latest Geneweb build (5.01) compiled for SME 7.
  −
* The second - '''smeserver-geneweb-2.0-*.el4.sme.noarch.rpm''' integrates Geneweb into SME 7. It includes a server-manager panel to configure the IP assigned to the client machine from which Geneweb is allowed to be administered.
  −
{{Note box|Developers are invited to help with the source of the smeserver-geneweb package. One major validation I desire currently does not work '''(IP_number)''' along with the 'must_be_local' validation already included.}}
     −
Uninstall
+
rpm -e smeserver-geneweb geneweb
   −
rpm -e smeserver-geneweb geneweb
+
===Usage===
 +
====Documentation====
 +
[http://cristal.inria.fr/~ddr/GeneWeb/ Multi-language docs by creator]<br>
   −
===Useage===
+
====Start the service====
 
Once installed you have a service installed called 'gwd'
 
Once installed you have a service installed called 'gwd'
    
enable the service:
 
enable the service:
  /etc/rc.d/init.d/gwd start
+
  service geneweb start
 
   
 
   
 
  Starting GeneWeb Services:
 
  Starting GeneWeb Services:
  GeneWeb 5.00 - Copyright (c) 1998-2007 INRIA
+
  GeneWeb 6.08 - To start, open location http://localhost:2316/
To start, open location http://localhost:2316/
  −
 
  −
====Documentation====
  −
[http://cristal.inria.fr/~ddr/GeneWeb/ Multi-language docs by creator]<br>
  −
[http://acenet-tech.org/wip/Geneweb/sme7/docs/ SME Server 7 Doc (some of this doc is depreciated, but may be helpful)]
  −
 
      
====Administrating the database.====
 
====Administrating the database.====
Line 61: Line 63:  
The address http://127.0.0.1:2316/ or http://localhost:2316/ is your Admin access to the database.  
 
The address http://127.0.0.1:2316/ or http://localhost:2316/ is your Admin access to the database.  
   −
<ol></li><li>open the server-manager
+
<ol><li>open the server-manager
 
</li><li>click the new '''Geneweb Admin''' under the '''Administration''' heading
 
</li><li>click the new '''Geneweb Admin''' under the '''Administration''' heading
 
</li><li>note the IP listed in 'Current assigned Geneweb 'only' IP:':
 
</li><li>note the IP listed in 'Current assigned Geneweb 'only' IP:':
Line 69: Line 71:  
</li><li>in the field 'New IP from which you wish to administer Geneweb:' enter the desired IP
 
</li><li>in the field 'New IP from which you wish to administer Geneweb:' enter the desired IP
 
{{Note box|This IP must be on your LAN and must be a valid IP}}
 
{{Note box|This IP must be on your LAN and must be a valid IP}}
 +
</li><li>in the field '... Database(s) directory' you may change the directory which contains the bases (def: /opt/geneweb/bases). Eventually a directory in an ibay with good access rights (write access for the geneweb group).
 
</li><li>click 'SAVE'
 
</li><li>click 'SAVE'
 
</li></ol>
 
</li></ol>
----
+
 
 +
====New empty base====
 +
<ol>
 +
<li>Running gwsetup. http://localhost:2316/  ( or the local IP defined above )
 +
</li><li>In Create Family Tree click on empty (gwc)
 +
</li><li>follow the instructions
 +
</li></ol>
    
====Basic use====
 
====Basic use====
Line 97: Line 106:  
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-geneweb component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-geneweb|title=this link}}.
 
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-geneweb component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-geneweb|title=this link}}.
    +
Below is an overview of the current issues for this contrib:{{#bugzilla:columns=id,product,version,status,summary|sort=id|order=desc|component=smeserver-geneweb|noresultsmessage=No open bugs found.}}
 +
 +
==Changelog==
 +
Only released version in smecontrib are listed here.
    +
{{#smechangelog: smeserver-geneweb}}
 
----
 
----
    
[[Category: Contrib]]
 
[[Category: Contrib]]
 
[[Category: Webapps]]
 
[[Category: Webapps]]
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu