webtrees | webtrees is the web 's leading online collaborative | Data Visualization library

 by   fisharebest PHP Version: 2.1.16 License: GPL-3.0

kandi X-RAY | webtrees Summary

kandi X-RAY | webtrees Summary

webtrees is a PHP library typically used in Analytics, Data Visualization, D3 applications. webtrees has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.

webtrees is the web's leading online collaborative genealogy application. webtrees allows you to view and edit your genealogy on your website. It has full editing capabilities, full privacy functions, and supports imedia such as photos and document images. As an online program, it fosters extended family participation and good ancestral recording habits, as it simplifies the process of collaborating with others working on your family lines. Your latest information is always on your web site and available for others to see, defined by viewing rules you set. For more information and to see working demos, visit webtrees.net. webtrees is Open Source software that has been produced by people from many countries freely donating their time and talents to the project. All service, support, and future development is dependent on the time developers are willing to donate to the project, often at the expense of work, recreation, and family. Beyond the few donations received from users, developers receive no compensation for the time they spend working on the project. There is also no outside source of revenue to support the project. Please consider these circumstances when making support requests and consider volunteering your own time and skills to make the project even stronger and better.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              webtrees has a low active ecosystem.
              It has 242 star(s) with 281 fork(s). There are 18 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 333 open issues and 3378 have been closed. On average issues are closed in 35 days. There are 23 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of webtrees is 2.1.16

            kandi-Quality Quality

              webtrees has 0 bugs and 0 code smells.

            kandi-Security Security

              webtrees has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              webtrees code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              webtrees is licensed under the GPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              webtrees releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed webtrees and discovered the below as its top functions. This is intended to give you an instant insight into webtrees implemented functionality, and help decide if they suit your requirements.
            • Get all countries
            • Finish current span .
            • Print a fact
            • Import a record into a tree .
            • Get the census places .
            • Get an array of events for a given year .
            • Add a name
            • Get custom tags
            • Get the outline s width
            • Generate a chart .
            Get all kandi verified functions for this library.

            webtrees Key Features

            No Key Features are available at this moment for webtrees.

            webtrees Examples and Code Snippets

            webtrees - online collaborative genealogy,Security
            PHPdot img1Lines of Code : 3dot img1License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            Forbidden
            
            You don't have permission to access /data/config.ini.php on this server.
              

            Community Discussions

            QUESTION

            how two link two docker containers, and how to use the mysql client on a mysql docker container
            Asked 2020-Jul-21 at 15:14

            I'd like to test webtrees PHP docker. They suggest connecting to a mysql docker using --link mysql:db, as follows:

            ...

            ANSWER

            Answered 2020-Jul-21 at 14:58

            Basically you need to have all the containers (mysql DB server, mysql client and application) in the same Docker network. By default they are not. Alternatively, --link can be used to link them (as shown in webtrees run example), but it's considred as legacy feature and network should be used instead of that. So what you need to do:

            1. Create custom Docker network: docker network create user-network
            2. Run mysql server in that network. Name should be db, because webtrees relies on that hostname for DB: docker run --name db --network user-network -e MYSQL_ROOT_PASSWORD=my-secret-pw -e MYSQL_DATABASE=webtrees -e MYSQL_USER=my_user -e MYSQL_PASSWORD=my_pwd -d mysql:5.5
            3. Run mysql client in the same network: docker run -it --network user-network --rm mysql mysql -hdb -umy_user -p
            4. Finally you can run an app in the same network: docker run -d -p 80:80 --name webtrees --network user-network -v /webtrees/data:/var/www/html/data -v /webtrees/media:/var/www/html/media -e DISABLE_SSL=TRUE -e PORT=80 --restart always dtjs48jkt/webtrees

            After that web app should be accessible from your browser under http://localhost/

            Source https://stackoverflow.com/questions/63015574

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install webtrees

            Your first task will be to create a family tree. If you have a GEDCOM file, you can import it into the tree. If not, just start entering your family tree. There are lots of configuration options. You'll probably want to review the privacy settings first. Don't worry too much about all the other options - the defaults are good for most people. If you get stuck, you can get friendly help and advice from the help forum.
            Download the .ZIP file for latest stable version from github.com.
            Unzip the files and then upload them to an empty folder on your web server.
            Open your web browser and type the URL for your webtrees site (for example, https://www.yourserver.com/webtrees into the address bar.
            The webtrees setup wizard will start automatically.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/fisharebest/webtrees.git

          • CLI

            gh repo clone fisharebest/webtrees

          • sshUrl

            git@github.com:fisharebest/webtrees.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link