Skip to content

himesh-neo/rails-gedcom-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails Gedcom Parser

Ruby on Rails

This application requires:

  • Ruby 2.0.0
  • Rails 4.1.2

Installation


  • Clone the source code.

    $ git clone <clone-link>
  • Navigate to the application in the terminal.

    $ cd ../rails-gedcom-parser
  • And then execute:

    $ bundle
  • Setup the database.

    $ rake db:setup
  • Start the server in local.

    $ rails s
  • Type localhost:3000 in the browser and enjoy the magic :)

Sample File


This parser requires UTF-8 encoded files as input. There is a sample input file provided in /data/ directory. You can use that for your reference.

Documentation and Support

Issues

Similar Projects

Contributing

Credits

License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published