Re: Deployment script
Re: Deployment script
- Subject: Re: Deployment script
- From: Theodore Petrosky <email@hidden>
- Date: Sun, 09 Dec 2018 06:30:04 -0500
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
--no-check-certificate
becomes
curl 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
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 <email@hidden> wrote:
>
> Hi Jeff,
>
> On 9 Dec 2018, at 12:31 pm, Jeffrey Schmitz <email@hidden
> <mailto:email@hidden>> 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/
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden