GiellaLT

GiellaLT provides an infrastructure for rule-based language technology aimed at minority and indigenous languages, and streamlines building anything from keyboards to speech technology. Read more about Why. See also How to get started, and our Privacy document.

View GiellaLT on GitHub

Prod adn Dev Branch Notes

Working with prod and trunk stuff

Switching a production server from trunk to prod

    neahtta/dicts/*.xml neahtta-prod-tag/dicts/
    neahtta/dicts/*.bak neahtta-prod-tag/dicts/
    neahtta/configs/*.yaml neahtta-prod-tag/configs/*.yaml
    neahtta/user_log.txt neahtta-prod-tag/user_log.txt
     neahtta/secret_key.do.not.check.in neahtta-prod-tag/
     nds test-configuration sanit
     nds test-configuration baakoeh
     nds strings compile
   sudo service nds-sanit stop
   sudo service nds-baakoeh stop
   cd ~/
     mv ~/neahtta ~/neahtta-trunk
     mv ~/neahtta-prod ~/neahtta
     nds test-configuration sanit
     nds test-configuration baakoeh
   sudo service nds-sanit start
   sudo service nds-baakoeh start

Sitemap