Re: How to deploy the site

2016-05-26 Thread Matt Sicker
That's actually a great idea. I've used it before and it's pretty simple (plus committing something as large as the site to git is much faster than svn). On 26 May 2016 at 09:23, Ralph Goers wrote: > I will just keep using github.io. It is pretty quick and painless. > > Ralph > > On May 26, 201

Re: How to deploy the site

2016-05-26 Thread Ralph Goers
I will just keep using github.io . It is pretty quick and painless. Ralph > On May 26, 2016, at 7:00 AM, Matt Sicker wrote: > > Mac version of fuse: https://osxfuse.github.io/ > > I do remember infra offering to set up project VMs for whatever,

Re: How to deploy the site

2016-05-26 Thread Matt Sicker
Mac version of fuse: https://osxfuse.github.io/ I do remember infra offering to set up project VMs for whatever, but I wasn't sure who from a project could request it. Could be useful for next time. On 26 May 2016 at 02:44, Mikael Ståldal wrote: > You can also use SSHFS: https://github.com/libf

Re: How to deploy the site

2016-05-26 Thread Mikael Ståldal
You can also use SSHFS: https://github.com/libfuse/sshfs On Thu, May 26, 2016 at 6:02 AM, Remko Popma wrote: > With sftp you can recursively copy directories with > put -r * > > (I did initially have some trouble though, I think it didn't descend down > the hierarchy. I probably did something wr

Re: How to deploy the site

2016-05-25 Thread Gary Gregory
On Wed, May 25, 2016 at 9:53 PM, Remko Popma wrote: > To verify the release, do you build from the source artifacts? Do you use > maven? > That's what I usually do, get the src zip file and try to build it all. Gary > > Sent from my iPhone > > > On 2016/05/26, at 13:12, Ralph Goers wrote: >

Re: How to deploy the site

2016-05-25 Thread Remko Popma
To verify the release, do you build from the source artifacts? Do you use maven? Sent from my iPhone > On 2016/05/26, at 13:12, Ralph Goers wrote: > > From the Infra instructions it sounds like they really don’t want us doing > this anyway. I am getting the feeling they only want us to have a

Re: How to deploy the site

2016-05-25 Thread Ralph Goers
From the Infra instructions it sounds like they really don’t want us doing this anyway. I am getting the feeling they only want us to have a few personal pages. I suppose we could also figure out how to deploy the site to Nexus. Ralph > On May 25, 2016, at 9:02 PM, Remko Popma wrote: > > With

Re: How to deploy the site

2016-05-25 Thread Remko Popma
With sftp you can recursively copy directories with put -r * (I did initially have some trouble though, I think it didn't descend down the hierarchy. I probably did something wrong, can't remember exactly...) Also, I had to change permissions for everything afterwards. The -p option may help w

Re: How to deploy the site

2016-05-25 Thread Ralph Goers
I used github.io instead. It took me about 30 seconds. I wish I could deploy the real site this way. svn is much slower. Ralph > On May 25, 2016, at 7:41 PM, Ralph Goers wrote: > > I refuse to do that. Our site is too big. If I have to I will find somewhere > else. > > R

Re: How to deploy the site

2016-05-25 Thread Ralph Goers
I refuse to do that. Our site is too big. If I have to I will find somewhere else. Ralph > On May 25, 2016, at 7:40 PM, Gary Gregory wrote: > > There is no shell access to home.a.o. I used Filezilla to preview the site > for Commons CSV, painful but it works, one file at a time... > > Gary

Re: How to deploy the site

2016-05-25 Thread Gary Gregory
There is no shell access to home.a.o. I used Filezilla to preview the site for Commons CSV, painful but it works, one file at a time... Gary On May 25, 2016 7:33 PM, "Ralph Goers" wrote: > Now that we only have home.apache.org I have no idea how to deploy the > site for review. I can transfer th