Hello, I'm trying to setup a local development environment for Ranger and was looking for some recommendations...
I have forked the code, built with Maven, and imported into my IDE. My questions are more about running what I have built. It looks like the documentation says to do the following: - Copy target/ranger-0.6.0-admin.tar.gz somewhere and extract it - Configured install.properties - Run setup.sh Questions - Is it possible to run Ranger on OSX, or does it require linux? I ran setup.sh on my laptop (OSX) but ran into: /setup.sh: line 934: groupadd: command not found so I'm thinking this was intended for linux - After you have run the setup once, if you make code changes and rebuild, is there a shortcut for deploying these changes? rather than running setup again. - Is there a way to start the admin tool from an IDE? (assuming you have the back end database setup) I'm interested to hear the workflow that others use for developing, and sorry if these questions have been asked/answered before. Thanks, Bryan
