# 2017.05.16 Hangout

**URL:** https://discourse.slicer.org/t/2017-05-16-hangout/2967
**Category:** Weekly meetings
**Created:** [May 16, 2017, 1:39pm UTC](https://discourse.slicer.org/t/2017-05-16-hangout/2967 "2017-05-16T13:39:52Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jcfr](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/jcfr/32/17825_2.png) [@jcfr](https://discourse.slicer.org/u/jcfr)
#### Post date: [May 16, 2017, 1:39pm UTC](https://discourse.slicer.org/t/2017-05-16-hangout/2967/1 "2017-05-16T13:39:52Z")

</div>

There are no specific items to discuss today. If anyone wants to talk, I will plan on connecting at 10am for few minutes.

In the mean time, do not hesitate to update the agenda: [https://www.slicer.org/wiki/Developer\_Meetings/20170516](https://www.slicer.org/wiki/Developer_Meetings/20170516)

As usual, you can join using this link: [http://bit.ly/slicer-hangout-kw](http://bit.ly/slicer-hangout-kw)

---

<div class="post-metadata">

### Author: ![jcfr](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/jcfr/32/17825_2.png) [@jcfr](https://discourse.slicer.org/u/jcfr)
#### Post date: [May 16, 2017, 2:21pm UTC](https://discourse.slicer.org/t/2017-05-16-hangout/2967/2 "2017-05-16T14:21:32Z")

</div>

@bpaniagua and I were attending the meeting and we discussed what would be the next step to have the [slicer.org](http://slicer.org) website content hosted on GitHub and server from the current server and we came up with this approach:

> [@Its all about transitions! Lets talk about Slicer's landing page](https://discourse.slicer.org/t/its-all-about-transitions-lets-talk-about-slicers-landing-page/113/12):
>
> During the weekly developer hangout, @bpaniagua and I talk about this, and we suggest to setup a cron job on the server that is currently serving “[slicer.org](http://slicer.org)” ? A cron job like this one (running every minutes) should do the work: SITE\_DIR=/path/to/slicer.org if [[! -d $SITE\_DIR]]; then git clone https://github.com/Slicer/slicer.org $SITE\_DIR fi cd $SITE\_DIR git fetch origin git reset --hard origin/gh-pages
