Skip to content

linguisticexplorer/terraling

Repository files navigation

Terraling (dev)

https://new.terraling.com

Terraling is a Ruby on Rails web application to let you store and browse your linguistic data. It has extensive search features including the following:

Installation (dev branch)

Requirements

  • Ruby 2.6.5
  • MySQL 5.7
  • Docker Desktop

Instructions

  • Clone the repository

    • $ git clone git://github.com/linguisticexplorer/terraling.git
    • $ cd terraling
  • Switch to the dev branch

    • $ git checkout dev
  • Pull the docker image

    • $ docker pull terraling/terraling
  • Create your database configuration file

    • $ touch config/database.yml
    • $ vim config/database.yml
  • Run the docker-compose script

    • $ docker-compose up

Branch Status

Sprint

Build Status

Dev

Build Status

Testing the app

To run automated unit testing, use RSpec:

$ bundle exec rspec

Contributing

See Contributing.

License

This project is under the MIT License.

Please have a look to the LICENSE file.