Update README with correct command to run via jetty. Fixes #163.
This commit is contained in:
parent
5e60e106f4
commit
88f58fb0fe
|
@ -7,7 +7,7 @@ Note: This project is only known to work with Tomcat 7, all other versions are u
|
|||
Currently, the only way to build PYX is using Maven via ```mvn clean package war:war``` in the project's directory.
|
||||
|
||||
|
||||
If you're doing ```mvn clean package jetty:run```, you now need to add ```-Dmaven.buildNumber.doCheck=false -Dmaven.buildNumber.doUpdate=false``` to make the buildnumber plugin allow you to run with uncommited changes.
|
||||
If you're doing ```mvn clean package war:exploded jetty:run```, you now need to add ```-Dmaven.buildNumber.doCheck=false -Dmaven.buildNumber.doUpdate=false``` to make the buildnumber plugin allow you to run with uncommited changes.
|
||||
|
||||
|
||||
For GeoIP functions to work, download http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz somewhere, gunzip it, and update the geoip.db value in build.properties to point to it.
|
||||
|
|
Loading…
Reference in New Issue