Since the community edition is Apache2, I'd say, you can distribute OrientDB with your code too, as long as you also distribute your application under Apache2 license too. See the Apache2 license for more details. http://www.apache.org/licenses/LICENSE-2.0.html
I'd suggest the better solution is an installation script to run on the host, which also compiles and installs OrientDB, as if the user did it herself manually. That way, all you need to do is update a version number in your script and you should have no headaches. It requires Ant being installed on the host server, but that isn't too big a deal either. You might also want to think about the scenario, where the database server is on another host. In other words, packaging a precompiled OrientDB is a bit limiting both for you and the user of your software. Scott -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
