mirror of
https://github.com/brendanhaines/ECEN5458_Project.git
synced 2024-11-09 21:14:47 -07:00
7 lines
149 B
Bash
Executable File
7 lines
149 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# TODO: replace this origin with something generated from IP address
|
|
export BOKEH_ALLOW_WS_ORIGIN=192.168.4.1:5006
|
|
|
|
bokeh serve server.py
|