perlorg / www.pm.org

Perl Mongers Website
http://www.pm.org
25 stars 55 forks source link

update bratislava.pm.org info + brno.pm.org facebook link #4

Closed jozef closed 12 years ago

jhannah commented 12 years ago

Gabor: So... are you going to update the website when you update master?

http://www.pm.org/groups/121.html

See /README

szabgab commented 12 years ago

On Mon, Aug 27, 2012 at 6:50 PM, Jay Hannah notifications@github.comwrote:

Gabor: So... are you going to update the website when you update master?

http://www.pm.org/groups/121.html

See /README

Last time I tried ( a few months ago) I could not upload anything.

Looking at the README it is now unclear how am I supposed mount that remote directory and copy the generated files?

Gabor

jhannah commented 12 years ago

What I do: WebDAV mount https://groups.pm.org/admin/ ln -s /Volumes/admin/groups/www www bin/xml

If you can't mount that please ping Robert to add you. Thanks!

szabgab commented 12 years ago

On Mon, Aug 27, 2012 at 7:12 PM, Jay Hannah notifications@github.comwrote:

What I do: WebDAV mount https://groups.pm.org/admin/ ln -s /Volumes/admin/groups/www www bin/xml

Where do I get the WebDAV command from on Ubuntu?

Google does not seem to be helpful on this.

Gabor

davorg commented 12 years ago

On 08/27/2012 05:53 PM, Gabor Szabo wrote:

On Mon, Aug 27, 2012 at 7:12 PM, Jay Hannah notifications@github.comwrote:

What I do: WebDAV mount https://groups.pm.org/admin/ ln -s /Volumes/admin/groups/www www bin/xml

Where do I get the WebDAV command from on Ubuntu?

Google does not seem to be helpful on this.

I use a command like program called 'cadaver'.

Dave...

Dave Cross :: dave@dave.org.uk http://dave.org.uk/ @davorg

szabgab commented 12 years ago

On Mon, Aug 27, 2012 at 8:00 PM, Dave Cross notifications@github.comwrote:

On 08/27/2012 05:53 PM, Gabor Szabo wrote:

On Mon, Aug 27, 2012 at 7:12 PM, Jay Hannah <notifications@github.com wrote:

What I do: WebDAV mount https://groups.pm.org/admin/ ln -s /Volumes/admin/groups/www www bin/xml

Where do I get the WebDAV command from on Ubuntu?

Google does not seem to be helpful on this.

I use a command like program called 'cadaver'.

thanks I think that worked:

cadaver https://groups.pm.org/admin/groups/www/groups type in username/password dav:/admin/groups/www> lcd www/groups dav:/admin/groups/www> put 121.html dav:/admin/groups/www> exit

Is there a smother way to do this?

Gabor

davorg commented 12 years ago

On 27/08/12 18:32, Gabor Szabo wrote:

On Mon, Aug 27, 2012 at 8:00 PM, Dave Cross notifications@github.comwrote:

On 08/27/2012 05:53 PM, Gabor Szabo wrote:

On Mon, Aug 27, 2012 at 7:12 PM, Jay Hannah <notifications@github.com wrote:

What I do: WebDAV mount https://groups.pm.org/admin/ ln -s /Volumes/admin/groups/www www bin/xml

Where do I get the WebDAV command from on Ubuntu?

Google does not seem to be helpful on this.

I use a command like program called 'cadaver'.

thanks I think that worked:

cadaver https://groups.pm.org/admin/groups/www/groups type in username/password dav:/admin/groups/www> lcd www/groups dav:/admin/groups/www> put 121.html dav:/admin/groups/www> exit

Is there a smother way to do this?

Been a long time since I've done any of this. But you might look at davfs2 - that'll allow you to mount a remote webdav directory as a local filesystem.

Dave...

jozef commented 12 years ago

Thanks!

Please upload also 754.html (brno.pm) and perl_mongers.json (coordinates).

What about having another git repository for generated static files and doing deployments via git pull in cron? That way it's clear what has really changed on the page, it's also effective and safe for server as there is no remote access, not even webdav.

Cheers, Jozef

szabgab commented 12 years ago

On Tue, Aug 28, 2012 at 9:58 AM, Jozef Kutej notifications@github.comwrote:

Thanks!

Please upload also 754.html (brno.pm) and perl_mongers.json (coordinates).

done

Gabor