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
* And when you're running the glowscript server locally, in a *separate* window, execute:
92
-
93
-
docker-volume-watcher glowscript_flask_1
94
-
95
-
* and it will take care of the rest.
96
-
97
79
### Local Server Approach (2) Only Datastore In Docker
98
80
99
81
To run a local webserver with only the datastore in Docker, but the
100
-
webserver itself running natively you need a recent version of Python3 and pip installed. The easiest method
82
+
webserver itself running natively you need Python-3.8.3. The easiest method
101
83
is probably to install [anaconda](https://docs.anaconda.com/anaconda/install/) (or [miniconda](https://docs.conda.io/en/latest/miniconda.html), if you don't want the GUI package manager and extra applications). Once you have that you need to check out
102
-
or download the py38-app-engine branch of the glowscript repository (currently the `py38-app-engine` branch).
103
-
(How you do this depends on your familiarity with git. The simplest is to download a .zip file of the
104
-
`py38-app-engine` branch of the repository [here](https://github.com/vpython/glowscript/archive/py38-app-engine.zip))
84
+
the glowscript repository.
85
+
(How you do this depends on your familiarity with git. The simplest is to download a .zip file of the repository [here](https://github.com/vpython/glowscript/archive/refs/heads/master.zip))
105
86
First "cd" to the `glowscript` directory (the root directory of the repository)
106
87
and create a virtual environment for glowscript like so:
0 commit comments