cloudmesh / cloudmesh-cc

Cloudmesh compute coordinator the execute compute intensife workflows on remote resources
https://cloudmesh.github.io/cloudmesh-cc/
Other
2 stars 0 forks source link

edit button does not work #53

Closed laszewsk closed 1 year ago

jpfleischer commented 1 year ago

does emacs never appear? (can you confirm that emacs is installed?) maybe mac only issue

laszewsk commented 1 year ago

likely emacs. best woudl if we have in cloudmesh common some way of doing this

we should have check program cms cc check that tests if graphviz is available emacs is available (aquamacs default on osx)

jpfleischer commented 1 year ago

please do the following, since we now have Shell.edit

cd ~/cm/cloudmesh-common
git pull
cd ~/cm/cloudmesh-cc
git pull
cms cc start --reload

then try the edit button on the web interface https://github.com/cloudmesh/cloudmesh-common/blob/bf28812c2eed57e71aef3ff4cf9dd3f8fd916381/cloudmesh/common/Shell.py#L1465