Assuming you have Ruby (3.1.2), gem, & bundler installed.
- Clone or download and unzip where you like.
- In your Rexko folder do:
bundle
rake db:schema:load RAILS_ENV=production
rake assets:precompile
rails server -e production
- Pull up a web browser and navigate to http://localhost:3000/ to access your installation.
- Click on the "Languages" tab and set up the languages you'll be working with (e.g. English and the language you're describing).
- 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.