mirror of
https://github.com/fooflington/wordsearch.git
synced 2025-01-22 09:19:55 +00:00
Create README
This commit is contained in:
parent
e92d837d6e
commit
f95f43ad56
19
README.md
Normal file
19
README.md
Normal file
@ -0,0 +1,19 @@
|
||||
Wordsearch
|
||||
==========
|
||||
|
||||
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 :-)
|
Loading…
x
Reference in New Issue
Block a user