Hey all, is this still an open issue? I've been reviewing OrientDB for work and modified the orientdb bash script in 2.0.1 to run with AWS. If there is a ticket I can submit a PR.
Aaron On Friday, June 21, 2013 at 12:43:09 PM UTC-4, Sohrab Kehtari wrote: > > Hi, > I'm not on AWS but also had to install orientdb as a service. If that's > any help to anyone: > http://famvdploeg.com/blog/2013/01/setting-up-an-orientdb-server-on-ubuntu/ > does the job just well in tweaking orientdb.sh just a little. > HTH, > Sohrab > > > > On Friday, June 21, 2013 2:02:21 PM UTC+2, Lvc@ wrote: >> >> Hi Nicolas, >> woud you like to contribute with a Pull request by providing something >> that recognizes the AWS and avoid the -c ? In this way we would have only >> one script. Or as alternative we could provide a parameter to enable or not >> the password. >> >> Lvc@ >> >> >> >> On 21 June 2013 10:23, Nicolas Embleton <[email protected]> wrote: >> >>> Thanks. Worked well indeed. >>> >>> But for AWS instances, it doesn't work well, because the orientdb.sh >>> works by calling su -c which in turn requires a password. On AWS you don't >>> have passwords it works with certificate files >>> So I removed the su -c and the -$ORIENTUSER and it worked well, because >>> I run orient with the same user as I run other services. >>> >>> But others might face an issue here. >>> >>> On Tuesday, December 18, 2012 6:27:52 AM UTC+7, Lvc@ wrote: >>> >>>> Hi, >>>> take a look at bin/orientdb.sh >>>> >>>> Lvc@ >>>> >>>> On 18 December 2012 00:18, jstorm <[email protected]> wrote: >>>> >>>>> upstart >>>> >>>> >>>> -- >>> >>> --- >>> 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/groups/opt_out. >>> >>> >>> >> >> -- --- 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.
