On Jun 5, 2013, at 06:15 , Sky Zhao wrote: > S4 Walkthrough page said > > ./s4 adapter -c=cluster2 > The adapter command must be run from the root of your S4 project (myApp dir > in our case). > > I want to deploy adapter for new machine, not development environment, using > this above way, I have to copy the many classes to new machine, > But if I use simple .s4r file, can it deploy directly ? And how to do this? > Or other more simpler way clean deployment for adapter.
"s4 adapter" is for testing. When not in dev mode, you simply use the packaged adapter app (as .s4r) and deploy it, as in the twitter example. Hope this helps, Matthieu