Skip to content

Terraling is a Ruby on Rails web application to let you store and browse your linguistic data. For More information read the README file.

License

Notifications You must be signed in to change notification settings

linguisticexplorer/Linguistic-Explorer

Repository files navigation

Linguistic Explorer: Terraling

http://linguisticexplorer.org

http://www.terraling.com

Terraling is a Ruby on Rails web application to let you store and browse your linguistic data and now it has new features like the following:

Install

Requirements

How to

  • Download it!

    $ git clone git://github.com/linguisticexplorer/Linguistic-Explorer.git

  • Bundle it!

    $ cd Linguistic-Explorer

    $ bundle install

  • Configure it!

$ cp yamls/database.yml.example config/database.yml

Edit your MySQL account data for development and test environment:

$ vim config/database.yml

Create tables and seed them

$ rake db:setup

  • Run it!

    $ rails server

YAML example files

YAML files are now stored in the yamls folder: have a look there to configure:

  • your MySQL database (see above)
  • the import task for CSVs files
  • the SSWL import task (for SSWL administrators)

Seed Data

Download seed data from here:

$ git clone git://github.com/dej611/terraling_seed.git

Copy seed data to the doc/data in Terraling:

$ cp -r <path_to_Terraling_seed>/terraling_seed/data <path_to_terraling>/db/seed

Contributing

Terraling has currently 3 main branches:

  • master - this branch contains the latest major version
  • patch - this branch contains the latest minor version (usually the deployed one)
  • sprint - this branch contains the development code for the newer version

Master Status

Build Status Dependency Status Code Climate

Patch Status

Build Status

Sprint Status

Build Status

Test it

To test yourself the app write in the console

$ rake

It should run both rspec and cucumber tests.

Contribute

We are looking for some help in this project. Want to help us?

How To Contribute

License

This project is under the MIT License.

Please have a look to the LICENSE file.

About

Terraling is a Ruby on Rails web application to let you store and browse your linguistic data. For More information read the README file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published