Hi, I'm back from vacation and I wonder if in the meantime someone has actually manage to deploy SC app on CouchDB? Last time I try the sc-build create 2 MB file in each folter of my deployment directory which made the push take forever, and even when I push it to localhost it did not run after that.
Thank you, Ido On Sat, Sep 18, 2010 at 4:11 PM, Chris Anderson <[email protected]> wrote: > On Sat, Sep 18, 2010 at 3:07 AM, Ido Ran <[email protected]> wrote: > > I plan on deploy my application on either CouchOne or CloudAnt so the > first > > option is not available there (to my understanding). > > The second one seem to be possible. I'll try it and let you know. > > > > What do you think in general about the idea of using SproutCore as > front-end > > and CouchDB as backend? > > there are others who have done this before. I have a feeling if you > use the SC build script, then push the product, you will have a much > smaller app bundle. > > > It will be hard to recreate all controls in evently, does it? > > yes that would be like squeezing oranges in an attempt to build a > movie theater... evently is just a shortcut for writing jquery code, > and a convenient way to package widgets as reusable objects. > > Chris > > > > > Ido > > > > On Sat, Sep 18, 2010 at 7:03 AM, Dave Cottlehuber <[email protected]> > wrote: > > > >> On 18 September 2010 04:50, Ido Ran <[email protected]> wrote: > >> > Hi, > >> > I have some new things I've found. > >> > 1. SproutCore build is very large. 62MB large. The reason is that as > part > >> of > >> > the build they provide the SproutCore libraries, and every part of the > >> > library (like core_tools, datastore, datejs) have file > >> > name javascript-packed.js which is 2.2MB (for every language). That > what > >> > make the couchapp push take so long. When I work on my local machine > it > >> > still take long, but not that long. I guess I may have did something > >> wrong > >> > during the build but I'm not sure. > >> > > >> > 2. After I manage to push the application into CouchDB I'm sorry to > say > >> that > >> > the application didn't work due to failure of loading JavaScript > files. > >> > > >> > :5984/static/sproutcore/testing/en/current/javascript.js?1284229073< > >> > http://localhost:5984/static/sproutcore/testing/en/current/javascript.js?1284229073 > >> >Failed > >> > to load resource: the server responded with a status of 404 (Object > Not > >> > Found) > >> > The url I use to load the application is * > >> > > >> > http://localhost:5984/raccon/_design/raccon/static/hello_world/en/current/index.html > >> > * > >> > > >> > **As you can see it try to load the libraries directly from the root > of > >> the > >> > server, not the design document location. > >> > > >> > If some can help in any one of those issues it will be great. > >> > > >> > Thank you, > >> > Ido > >> > >> Hi Ido > >> > >> Sorry small children helping with keyboard here.. only half the email. > >> Would using the rewrite handler help? > >> > >> http://wiki.apache.org/couchdb/Rewriting_urls > >> or possibly > >> http://wiki.apache.org/couchdb/How_to_change_the_front_page > >> > >> cheers > >> Dave > >> > > > > > > -- > Chris Anderson > http://jchrisa.net > http://couch.io >
