wordsearch/README.md

22 lines
334 B
Markdown
Raw Normal View History

2016-12-18 21:06:43 +00:00
Wordsearch
==========
2016-12-19 14:28:10 +00:00
Demo available at: https://bombadil.mafoo.org.uk/wordsearch/
2016-12-18 21:06:43 +00:00
Compiling
---------
A simple ```Makefile``` is provided:
```
$ make
```
Once built, you need to make a "war" file to deploy to your J2EE container (tested on Tomcat)
```
$ cd war && jar cfv ../wordsearch.war .
```
Then deploy your war file :-)