I read most of the documentation and even some tutorials prior to making this script and therefore I have accounted for what you are saying.
Correct me if i'm wrong, but I'm pretty sure that my script installs the systemd service. - Check lines 108 through 128, - specifically line 122 and 123 which specifies the user and group that the systemd service runs under. Also correct me if i'm wrong but - at lines 89, 90 and 95 through 99 it also set's up user settings as well. If there's something that isn't working for you, please let me know. On Sunday, May 14, 2017 at 11:51:41 PM UTC-5, hartmut bischoff wrote: > > Your script installs the database itself. Prior to the usage of OrientDB > you have to start die database-server manually. > > Personally,I prefer the conventional setup through a service, with proper > settings of an orientdb-group and the ability for fine-tuning of > access-rights as described in the docs ( > http://orientdb.com/docs/2.0/orientdb.wiki/Unix-Service.html). > > > > > On Saturday, May 13, 2017 at 7:40:11 PM UTC+2, [email protected] wrote: >> >> I built a little automated installer script for orientDB that handles all >> the initial configurations. >> Hopefully this is helpful to someone new to Linux or just doesn't want to >> do all the configurations themselves. >> >> https://gist.github.com/abstracted/70b44c8d4d8e0bc5a41f1a17de9fd63a >> >> *It may be better to run in on a system that does not already have java >> installed, or you may need to change the java version after running this.* >> > -- --- 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.
