Running an App Engine server This directory contains the files needed to setup the optional Blockly server. Although Blockly itself is 100% client-side, the server enables cloud storage and sharing. Store your programs in Datastore and get a unique URL that allows you to load the program on any computer. To run your own App Engine instance you'll need to create this directory structure: blockly/ |- app.yaml |- deploy |- index.yaml |- main.py |- README.txt |- requirements.txt |- storage.js |- storage.py `- static/ |- blocks/ |- core/ |- demos/ |- generators/ |- media/ |- msg/ |- tests/ |- blockly_compressed.js |- blockly_uncompressed.js |- blocks_compressed.js |- dart_compressed.js |- javascript_compressed.js |- lua_compressed.js |- php_compressed.js `- python_compressed.js Go to https://appengine.google.com/ and create your App Engine application. Modify the 'PROJECT' name in the 'deploy' file to your App Engine application name. Finally, upload this directory structure to your App Engine account, then go to http://YOURAPPNAME.appspot.com/
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。