Skip to content

svasandani/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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 52.3%
  • Gherkin 16.7%
  • Haml 14.8%
  • JavaScript 10.2%
  • CSS 2.5%
  • HTML 1.9%
  • Other 1.6%