Publishing to AWS from Flare

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
Jbleasdale
Propeller Head
Posts: 58
Joined: Tue Mar 21, 2017 3:35 pm

Publishing to AWS from Flare

Post by Jbleasdale »

Hi All,

I want to set a box on AWS as the destination to publish to from Flare, is that doable? Has anyone done it that can offer some advice?
Joe Bleasdale

My Linkedin

Image
Jbleasdale
Propeller Head
Posts: 58
Joined: Tue Mar 21, 2017 3:35 pm

Re: Publishing to AWS from Flare

Post by Jbleasdale »

According to Madcap support... there is no integration. So that's disappointing.
Joe Bleasdale

My Linkedin

Image
sarrants
Propeller Head
Posts: 86
Joined: Tue Sep 18, 2007 6:04 am
Location: South Burlington, VT

Re: Publishing to AWS from Flare

Post by sarrants »

Our SaaS app is hosted on Amazon S3 and I upload the Helps there as well. Is that what you're talking about?
The things that we plan and measure are the things that get done.
Jbleasdale
Propeller Head
Posts: 58
Joined: Tue Mar 21, 2017 3:35 pm

Re: Publishing to AWS from Flare

Post by Jbleasdale »

sarrants wrote:Our SaaS app is hosted on Amazon S3 and I upload the Helps there as well. Is that what you're talking about?
I currently copy manually to the AWS container. Ideally I'd like to hit 'Publish' in Flare and have all that happen automatically.
Joe Bleasdale

My Linkedin

Image
sarrants
Propeller Head
Posts: 86
Joined: Tue Sep 18, 2007 6:04 am
Location: South Burlington, VT

Re: Publishing to AWS from Flare

Post by sarrants »

That's what I'm doing. For one project, I have 13 targets that go to separate subdirectories on Amazon S3. We set up the S3 instances as mapped drives on Windows.
Each Destination is the directory holding the Help files. In the General tab of the Destination Editor, I put the location under Directory.
2017-06-19_9-25-49.png
When I build Help, each help is build and published to its directory. I then have to do a Make Public on each, but you could skip that step if your setup doesn't require it.
You do not have the required permissions to view the files attached to this post.
The things that we plan and measure are the things that get done.
Scotty
Propeller Head
Posts: 98
Joined: Thu Feb 02, 2012 6:56 pm
Location: Europe

Re: Publishing to AWS from Flare

Post by Scotty »

sarrants wrote:That's what I'm doing. For one project, I have 13 targets that go to separate subdirectories on Amazon S3. We set up the S3 instances as mapped drives on Windows.
Each Destination is the directory holding the Help files. In the General tab of the Destination Editor, I put the location under Directory.
2017-06-19_9-25-49.png
When I build Help, each help is build and published to its directory. I then have to do a Make Public on each, but you could skip that step if your setup doesn't require it.
How did you set up the mapped drives between S3 and Windows? Some manual set up, or using a tool such as TNTdrive?
The newest noob in town.
sarrants
Propeller Head
Posts: 86
Joined: Tue Sep 18, 2007 6:04 am
Location: South Burlington, VT

Re: Publishing to AWS from Flare

Post by sarrants »

Yes -- we use TNTDrive to set up the mapping.
The things that we plan and measure are the things that get done.
chrisj
Propeller Head
Posts: 87
Joined: Thu Jun 26, 2014 8:08 am
Location: Omaha, NE

Re: Publishing to AWS from Flare

Post by chrisj »

sarrants wrote:Yes -- we use TNTDrive to set up the mapping.
I have had the requirement to publish to S3 in the past, and my experience was that mapping to a drive letter was not ideal. What I found to be a more stable solution and one that is easier to automate is to run build and publish on your local machine and then run a sync-delete command in the AWS CLI. You can then automate all of this with a bat file.
Chris Jones
Product Content Manager - TEAM Software
Image
Scotty
Propeller Head
Posts: 98
Joined: Thu Feb 02, 2012 6:56 pm
Location: Europe

Re: Publishing to AWS from Flare

Post by Scotty »

Thanks for the replies and discussion, folks.
The newest noob in town.
KLAstry
Propeller Head
Posts: 19
Joined: Tue Sep 18, 2012 6:57 am

Re: Publishing to AWS from Flare

Post by KLAstry »

I, too, publish my Help to S3 buckets. Currently, I (minimally) interact with Git to commit and push the new files to the remote repositories, and then populate our different environments (dev, alpha, beta, Production) using a job written in Jenkins. I can take no credit for the S3 buckets, Git, or Jenkins jobs - engg types have set them up for me.

I haven't been binding my Flare projects (HTML5 Top Nav output) to Git. Therefore, I was (and still am) using my repositories as a placeholder for finished work, not using a master and branches. Don't judge.

As of this week, I planned to begin binding my Flare projects to Git until I read the posts that it doesn't work with 2017r3. I can't take the chance of losing my work (you can find that thread in the Forum), and I sure don't want to go back to r1 and miss out on the new functionality. What have you run into?
WillWriteForFood
Jr. Propeller Head
Posts: 2
Joined: Wed Feb 28, 2018 10:00 am

Re: Publishing to AWS from Flare

Post by WillWriteForFood »

My company is creating an application hosted on AWS. MadCap does not integrate with AWS, so I might have to manually copy the files over (or use the AWS CLI sync-delete command as I saw in a previous post).

We have a requirement that we cannot download any software to a user's machine. Therefore, we cannot distribute MadCap Help Viewer to customers. How will our customers view our MadCap Flare help files?

Many thanks.
NorthEast
Master Propellus Maximus
Posts: 6365
Joined: Mon Mar 05, 2007 8:33 am

Re: Publishing to AWS from Flare

Post by NorthEast »

WillWriteForFood wrote:We have a requirement that we cannot download any software to a user's machine. Therefore, we cannot distribute MadCap Help Viewer to customers. How will our customers view our MadCap Flare help files?
MadCap Help Viewer is only required for the DotNetHelp output.

If you use HTML5 output instead, you can publish that to a server, so your customers can access it using a browser.
KLAstry
Propeller Head
Posts: 19
Joined: Tue Sep 18, 2012 6:57 am

Re: Publishing to AWS from Flare

Post by KLAstry »

I am now publishing my Help projects to AWS by creating branches in Git, checking work out and in, and merging with the master branch. It's working beautifully. No need to bind Help to Git.
WillWriteForFood
Jr. Propeller Head
Posts: 2
Joined: Wed Feb 28, 2018 10:00 am

Re: Publishing to AWS from Flare

Post by WillWriteForFood »

Dave, Thanks for your response!!
Post Reply