Stream: containers

Topic: Running website locally


view this post on Zulip Ellen K (Sep 14 2023 at 16:43):

Hi, I just made a copy of the Containers website in order to make a website for the UI Group, and The README for building the site locally assumes you have Ruby installed, and doesn't have any instructions for that (like which version you should use, or if there is any other setup). I can make a best guess, but wanted to get some advice here before plunging ahead.

view this post on Zulip Philip Durbin ๐Ÿš€ (Sep 14 2023 at 17:28):

Good question! Yeah, it's a Jekyll site. Lately, I've only been adding content, so I just edit index.md in vi or VS Code, preview it (or not), commit and push.

But yeah, since you'll be redesigning, you'l want to build it with Jekyll. I'm happy to help with this.

view this post on Zulip Philip Durbin ๐Ÿš€ (Sep 15 2023 at 11:59):

Turns out I had documented how to run the site in the README and forgot about it. :sweat_smile:

view this post on Zulip Philip Durbin ๐Ÿš€ (Sep 15 2023 at 11:59):

I just added a Docker option: https://github.com/gdcc/ct.gdcc.io/commit/ceef09f424678fe149c67d0a53dc8ad5316ea7e7

view this post on Zulip Oliver Bertuch (Sep 15 2023 at 12:06):

Once you have Docker avail, certain things become just so much easier

view this post on Zulip Philip Durbin ๐Ÿš€ (Sep 15 2023 at 12:14):

Especially when in means not thinking about Ruby gems. :upside_down:

view this post on Zulip Ellen K (Sep 15 2023 at 15:10):

thanks, I've got it up & running!

view this post on Zulip Philip Durbin ๐Ÿš€ (Sep 15 2023 at 15:10):

Awesome! Out of curiosity, with Ruby or Docker?

view this post on Zulip Ellen K (Sep 15 2023 at 15:18):

with Docker

view this post on Zulip Ellen K (Sep 15 2023 at 15:18):

do I need permission to create a repository like the containers website on the gdcc github?

view this post on Zulip Philip Durbin ๐Ÿš€ (Sep 15 2023 at 15:21):

I just invited you to be a member of gdcc. You should see an invite at https://github.com/gdcc

That should be enough to create a repo but let me or @Oliver Bertuch know if you'd like to be an owner.

view this post on Zulip Oliver Bertuch (Sep 15 2023 at 15:59):

If you would like a fancy gdcc.io shortlink, I can create those for you, @Ellen K .

view this post on Zulip Ellen K (Sep 15 2023 at 16:21):

thanks @Oliver Bertuch ! I was thinking I could follow the naming convention, and user ui.gdcc.io

view this post on Zulip Oliver Bertuch (Sep 15 2023 at 16:24):

Sure! Will do that once I get back home. On the road ATM

view this post on Zulip Oliver Bertuch (Sep 16 2023 at 11:43):

Done!


Last updated: Oct 30 2025 at 05:14 UTC