austgl / android-shuffle

Automatically exported from code.google.com/p/android-shuffle
0 stars 0 forks source link

Add installation instructions for shuffle-app-engine to install.rtf #324

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I found the GAE server sources here:
http://code.google.com/p/android-shuffle/source/browse?name=2.0.x

but installation instructions are missing from install.rtf and I couldn't 
figure out by myself.
Is it a work in progress? If yes, can you tell what's missing so the community 
could try to complete it?
Thanks in advance

Original issue reported on code.google.com by marcello...@gmail.com on 5 Oct 2013 at 7:04

GoogleCodeExporter commented 9 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