mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-04 00:36:58 +03:00
63960bfa85
* fail bash terminal by setting config to run bogus command * one last fix for hiding terminal Initially attempted to use external terminal with echo command but this still opened an integrated terminal. Changing the terminal command from /bin/bash to echo "No Terminal Available" crashes the integrated terminal, which of course is better than having a working terminal! |
||
---|---|---|
.. | ||
ide-server | ||
proxy | ||
.gitignore | ||
README.md |
DAML WEB IDE
This is a project for managing multi user web ide. The main components are
- daml web ide docker image: this hosts a web ide code-server bundled with the sdk
- proxy server and image: this manages multiple daml web ide docker containers and proxies requests into them
Further details can be found in proxy/README.md
and ide-server/README.md