Fear of the unknown vs. the enemy I know :-) > On Dec 9, 2018, at 9:49 AM, Theodore Petrosky <tedp...@yahoo.com> wrote: > > I have to ask. why do you want to bang your head against a wall to use OSX? > Vmware esxi is free, allows you to put a linux distro on a mac mini (multiple > instances if you want). I use this in the office to have multiple centos > instances on a mac mini. one is for postgresql and the other is for apache. > It works great and you can use YUM for updates. > > Ted > > https://www.vmware.com/products/esxi-and-esx.html > <https://www.vmware.com/products/esxi-and-esx.html> > >> On Dec 9, 2018, at 10:40 AM, Jeffrey Schmitz <jeff.schm...@netbrackets.com >> <mailto:jeff.schm...@netbrackets.com>> wrote: >> >> Thanks guys, >> I’ll definitely look these over, they look great. I had a quick >> question/verification. I’m using Mac OS right now and a quick google >> indicates no apt-get or yum for OS/X. Just want to verify I’ll need to use >> home-brew or macports for that instead, is that correct? >> >> Btw, I’d love to get off MacOS for deployment but up to now it’s been the >> path of least resistance. I’m thinking these scripts may change the >> equation for me. >> >> Thanks again, >> Jeff >> >>> On Dec 9, 2018, at 5:30 AM, Theodore Petrosky <tedp...@yahoo.com >>> <mailto:tedp...@yahoo.com>> wrote: >>> >>> Jeffrey, >>> >>> Read the wo-install.sh that is referenced here! it will tell you everything >>> you need to create your deployment environment. if you are on an OS X box, >>> there is no wget. you need to change that to curl. However curl is a little >>> different, it needs to know where to put the file so: >>> >>> wget https://s3-eu-west-1.amazonaws.com/webobjects/JavaMonitor.tgz >>> <https://s3-eu-west-1.amazonaws.com/webobjects/JavaMonitor.tgz> >>> --no-check-certificate >>> becomes >>> curl https://s3-eu-west-1.amazonaws.com/webobjects/JavaMonitor.tgz >>> <https://s3-eu-west-1.amazonaws.com/webobjects/JavaMonitor.tgz> >>> >JavaMonitor.tgz >>> >>> I have linked to my version of the install script: >>> http://ftp.agencysacks.com/_Y9AkYUkQgVtlwR >>> <http://ftp.agencysacks.com/_Y9AkYUkQgVtlwR> >>> >>> compare my script to: http://webobjects.s3.amazonaws.com/wo-install.sh >>> <http://webobjects.s3.amazonaws.com/wo-install.sh> >>> >>> My script installed git, and a newer version of Java (jdk1.8.0_131) >>> >>> at the time, I was installing on a centos instance hosted at Amazon. I am >>> not sure is this is the final version of the script. sorry. but it should >>> get you thinking about what you can do. >>> >>> Ted >>> >>> >>>> On Dec 8, 2018, at 11:38 PM, Paul Hoadley <pa...@logicsquad.net >>>> <mailto:pa...@logicsquad.net>> wrote: >>>> >>>> Hi Jeff, >>>> >>>> On 9 Dec 2018, at 12:31 pm, Jeffrey Schmitz <jeff.schm...@netbrackets.com >>>> <mailto:jeff.schm...@netbrackets.com>> wrote: >>>> >>>>> But I’m setting up a machine to use for deployment, not deploying an >>>>> individual app, so I need to get apache configured, the WO adaptor >>>>> installed, the webobjects tools installed (wotaskd, womonitor), etc. >>>>> That’s what I was hoping the script would help with as it always turns >>>>> out to be a laborious process, at least for me. >>>> >>>> You're right, it is laborious, sometimes difficult to get right, and ideal >>>> for scripting to automate for the future. What platform are you using? We >>>> use a (now heavily customised) version of a script Simon McLean posted to >>>> the list in 2010: >>>> >>>> http://webobjects.s3.amazonaws.com/wo-install.sh >>>> <http://webobjects.s3.amazonaws.com/wo-install.sh> >>>> >>>> Eyeballing it again now, you'll definitely want to customise it in >>>> places—you shouldn't need to pull down Wonder source, or build your own >>>> adapter, for example. But it gives you an idea of what you can do. We use >>>> our version of it on Amazon Linux on EC2. Should be easily portable to >>>> other Unixes. >>>> >>>> >>>> -- >>>> Paul Hoadley >>>> https://logicsquad.net/ <https://logicsquad.net/> >>>> https://www.linkedin.com/company/logic-squad/ >>>> <https://www.linkedin.com/company/logic-squad/> >>>> >>>> _______________________________________________ >>>> Do not post admin requests to the list. They will be ignored. >>>> Webobjects-dev mailing list (Webobjects-dev@lists.apple.com >>>> <mailto:Webobjects-dev@lists.apple.com>) >>>> Help/Unsubscribe/Update your Subscription: >>>> https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com >>>> <https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com> >>>> >>>> This email sent to tedp...@yahoo.com <mailto:tedp...@yahoo.com> >>> >> >
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com