You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find build.properties.template in project directory and copy it to new build.properties.local file;
Open build.properties.local in text editor;
Fill email;
Fill application.identifier;
Fill git.executable;
You may leave security.key, twitter.apiKey, twitter.apiSecret as is for now.
Save the changes.
Local run
Run dev_server.bat from project directory. Wait until server started;
You can test appliication by visit locahost:8080 in your browser. Actually it is fully functional application but without cron jobs because they are not supported by GAE development server;
If server started and application works you can stop it by Ctrl-C and deploy it on GAE server.
GAE deploy
Stop local server by Ctrl-C if it is run;
Run ant update from project directory and wait while it is completed;
Test your Orb server by visit %application.identifier%.appspot.com