Usagi is a stand-alone java application, which requires Java 1.8 or higher to be installed. Java can be downloaded from java.com.
To get the latest Usagi build, download “Usagi_vx.x.x.jar” under the Releases tab.
After downloading, Usagi can be started simply by double clicking the jar file. Alternatively, Usagi can be opened from the commandline: java -jar Usagi_vx.x.x.jar
.
The first time you start Usagi, you will be prompted to index the vocabularies. Usagi does not come with the indexes, you have to provide the vocabulary files. To do so, follow the folllowing steps:
When switching to a new version of Usagi, the index files can be copied over. Multiple versions of Usagi can even use the same index. The Usagi jar file and the index files just need to be in the same folder.
In some cases, Usagi will not be able find the vocabulary index or the index creation becomes stuck after a few hours (see issue #64). In both cases, opening Usagi from the commandline might help: java -jar Usagi_vx.x.x.jar
.
All source code and installation instructions are available on Usagi’s GitHub site:
https://github.com/OHDSI/Usagi
Any bugs/issues/enhancements should be posted to the GitHub repository:
https://github.com/OHDSI/Usagi/issues
Any questions/comments/feedback/discussion can be posted on the OHDSI Developer Forum:
http://forums.ohdsi.org/c/developers