RestComm / gmlc

Restcomm Location Server
http://www.restcomm.com/
GNU Affero General Public License v3.0
17 stars 40 forks source link

Updated README and support for an IDEA based development environment #57

Closed angrygreenfrogs closed 8 years ago

angrygreenfrogs commented 8 years ago

In the process of getting ready to document and resolve the configuration issues in #45 we have also been working on setting up and documenting the process of configuring a fully working development VM and IDE.

The README has now been re-done with updated install instructions and a whole new explanation of how to setup a full development environment with IDEA that supports break-point usage, code hotswap, and automated deployment.

There were a couple small POM changes required as well to support IDEA, which have been included here.

Hopefully this should be a helpful start for #40 where we'll write up a full developer guide.

FerUy commented 8 years ago

Good stuff @angrygreenfrogs Merged, thanks!