README.txt 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Running an App Engine server
  2. This directory contains the files needed to setup the optional Blockly server.
  3. Although Blockly itself is 100% client-side, the server enables cloud storage
  4. and sharing. Store your programs in Datastore and get a unique URL that allows
  5. you to load the program on any computer.
  6. To run your own App Engine instance you'll need to create this directory
  7. structure:
  8. blockly/
  9. |- app.yaml
  10. |- index.yaml
  11. |- index_redirect.py
  12. |- README.txt
  13. |- storage.js
  14. |- storage.py
  15. |- closure-library/ (Optional)
  16. `- static/
  17. |- blocks/
  18. |- core/
  19. |- demos/
  20. |- generators/
  21. |- media/
  22. |- msg/
  23. |- tests/
  24. |- blockly_compressed.js
  25. |- blockly_uncompressed.js (Optional)
  26. |- blocks_compressed.js
  27. |- dart_compressed.js
  28. |- javascript_compressed.js
  29. |- lua_compressed.js
  30. |- php_compressed.js
  31. `- python_compressed.js
  32. Instructions for fetching the optional Closure library may be found here:
  33. https://developers.google.com/blockly/guides/modify/web/closure
  34. Go to https://appengine.google.com/ and create your App Engine application.
  35. Modify the 'application' name of app.yaml to your App Engine application name.
  36. Finally, upload this directory structure to your App Engine account,
  37. wait a minute, then go to http://YOURAPPNAME.appspot.com/