Files
blockly/appengine
Neil Fraser b5eeaa352c docs: Add notice to use unpkg instead of demos. (#6667)
Logs show about a dozen orgs actively using Blockly instances that are hot-linked to blockly-demo.appspot.com

These files disappeared on 25 November 2022, breaking a bunch of people.  This alert should point developers in the right direction.
2022-12-04 20:30:36 +01:00
..
2018-09-23 13:31:54 -07:00
2020-08-18 15:24:33 -07:00
2021-10-15 09:50:46 -07:00
2020-07-31 14:57:52 -07:00

  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/