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, 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 …