Codea community link and hints please

I suck at searching the long threads here and finding the current info. I found one CC setup:

-- Codea Community installer

function setup()
    http.request("http://twolivesleft.com/Codea/CC/alpha/installer.php",
        function(d) loadstring(d)() end,
        function(e) print(e) end)
        print("please wait while installing Codea Community")
end

It times out. Is it no longer the way? Is there a site I must sign up on?

Lots of great things in here, but very hard to find.

Thanks!

Thanks, Briarfox. I’m looking for an EASY way to do some version / source control, but the CC also seems like a good place to browse and try to contribute. If I could get there … :slight_smile:

Thanks again!

@RonJeffries - this is your man for CC - @Briarfox

Yes, we could be better organised, the developers leave it to us to organise the forum and the wiki, and it can be a bit chaotic.

But we’re only a small community…

@RonJeffries I believe there was a server change recently. @Simeon was looking into it. Should have it back up soon.