Open GoogleCodeExporter opened 8 years ago
I succeeded in installing it, even if it's still not working:
1) compile
mvn -pl shuffle-shared,shuffle-app-engine clean install
(see full_gwt.sh)
2) create your_app_id on GAE
3) update appengine-web.xml changing <application>_your_app_id_</application>
and adding <threadsafe>true</threadsafe>
4) install to the cloud:
appcfg.cmd update
<path.to.shuffle>\shuffle-app-engine\target\shuffle-app-engine-2.0.0-SNAPSHOT\
5) finally go to http://your_app_id.appspot.com
Original comment by marcello...@gmail.com
on 6 Oct 2013 at 3:25
Original issue reported on code.google.com by
marcello...@gmail.com
on 5 Oct 2013 at 7:04