• If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Greenhouse-Introduction

Page history last edited by Dave 13 years, 11 months ago

Greenhouse is the interface builder for SproutCore.  In order to get Greenhouse, follow the following instructions from the command line:

 

git clone git://github.com/sproutit/sproutcore-abbot.git abbot

cd abbot

mkdir frameworks

cd frameworks

git clone git://github.com/sproutit/sproutcore.git

cd ../..

 

And then from your Sproutcore project directory:

 

<path_to>/abbot/bin/sc-server

 

Now all you have to do is open: http://localhost:4020/sproutcore/greenhouse you should get the App Viewer.

 

If you use a custom build of SproutCore (something in frameworks/sproutcore), you will need to rebase to the Top-Of-Tree (TOT) to make sure you have all the code to run your application in Greenhouse.

 

 

The Greenhouse project leaders are Evin Grano and Mike Ball.  The blog post announcing the availability of Greenhouse can be found here.

Comments (4)

Ben said

at 2:39 pm on May 6, 2010

Hi,
I followed these instructions using the example apps @ http://www.sproutcore.com/demos/ but couldn't get greenhouse to load any of the apps in design mode. Are these example apps an older version or something? (Possibly I've screwed this up)

Jacob said

at 8:25 am on Jun 14, 2010

I have the same problem. Can't drag and drop anything either.

James said

at 1:20 pm on Jul 6, 2010

I have the same issue. I just get a black page with green "Loading..." text at the bottom.

Jacob said

at 5:01 pm on Sep 11, 2010

I think greenhouse is broken. :(

You don't have permission to comment on this page.