Skip to content

building from scratch

boneill42 edited this page Apr 23, 2012 · 1 revision

Here is how you build and run from scratch:

gitbone@zen:~/dev/hmsonline-> git clone [email protected]:hmsonline/virgil.git
...
bone@zen:~/dev/hmsonline-> cd virgil/
bone@zen:~/dev/hmsonline/virgil-> mvn clean install
...
bone@zen:~/dev/hmsonline/virgil-> mvn assembly:assembly
...
bone@zen:~/dev/hmsonline/virgil-> cd target/
bone@zen:~/dev/hmsonline/virgil/target-> unzip virgil-0.15.2-SNAPSHOT-bin.zip
...
bone@zen:~/dev/hmsonline/virgil/target-> cd virgil-0.15.2-SNAPSHOT
bone@zen:~/dev/hmsonline/virgil/target/virgil-0.15.2-SNAPSHOT-> bin/virgil -host localhost
Clone this wiki locally