Web-based terminal application for InterSystems Caché database. Access your database from everywhere!
Visit project page for more details.
Download latest version from project page and import XML file into %SYS namespace. Make sure that you have enabled write access to CACHELIB database during installation process. Later you can update application by typing "/update" command.
After installation, you will be able to access application at http://[host]:[port]/csp/sys/WebTerminal/index.csp. Type "/help" there to get more information. Enable authorization manually over index.csp page.
| Native browser application | This allows to access terminal both from desktop or mobile devices. No Telnet, only HTTP and WebSocket. |
| Autocompletion | Enables you to complete your input faster. Except keywords, autocomplete also available for classes, properties and globals. |
| Tracing | Monitor any changes in globals or files. |
| SQL mode | Execute SQL queries simply by switching to SQL mode. |
| Syntax highlighting | Visually attractive highlighted input. |
| Appearance | Change the appearance of web-terminal or even code you own. |
| Favorites | Remember your best commands for later execution. |
| Definitions | Define any piece of code as short expression and make your administering experience faster. |
| Security | Access to WebSocket is granted only if client will pass a session key given by csp page. |
| Self-update | Second version of terminal can be automatically updated by one command. |
| Explore! | Hope you will find this useful. |