-
Notifications
You must be signed in to change notification settings - Fork 28
run on windows
lukepatrick edited this page Feb 28, 2013
·
1 revision
A few assumptions:
That you have java 1.6 or 1.7 properly installed on your machine. That you could run ‘java’ from any location of your command prompt.
The one-liner to get Virgil running on Windows:
java -Xms512m -Xmx1024m -javaagent:lib\aspectjweaver-1.6.11.jar -debug -cp "lib\hms-cassandra-rest-1.0.0.jar;lib\*" com.hmsonline.virgil.VirgilService server conf\virgil.yaml -host {yourhost}
this is assuming you’ve built from scratch:
[https://github.com/hmsonline/virgil/wiki/building-from-scratch](Build From Scratch)
and your path is currently within the extracted zip, e.g.
hmsonline\virgil\target\virgil-1.0.2-SNAPSHOT>