Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 794 Bytes

File metadata and controls

19 lines (15 loc) · 794 Bytes

Rexko

Let's make dictionaries!

Getting started

Assuming you have Ruby (3.1.2), gem, & bundler installed.

  1. Clone or download and unzip where you like.
  2. In your Rexko folder do:
    bundle
    rake db:schema:load RAILS_ENV=production
    rake assets:precompile
    rails server -e production
  3. Pull up a web browser and navigate to http://localhost:3000/ to access your installation.
  4. Click on the "Languages" tab and set up the languages you'll be working with (e.g. English and the language you're describing).
  5. Click on the "Dictionaries" tab and create a dictionary.

Now you can start adding lexemes (dictionary entries) or loci (attestations).

More detailed documentation will be coming Real Soon Now.