From 2c76015a7a3f3a08ba205b04729f29df9fb7389f Mon Sep 17 00:00:00 2001 From: Morgana Date: Tue, 15 Sep 2026 11:28:53 -0500 Subject: Initial Commit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..3dfb377 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Index Virtual Terminal +This is the source code for the Index Virtual Terminal (IVT), a web-based terminal emulator that interfaces with other Index applications enabling their control from a centralized location. In order to run a copy of the IVT, the following additional files are required: + +- `data/akasha`, a SQLite3 database with the proper tables for the Index +- `music//`, a directory containing mp3 music files + +To run, host the `static` directory then run `ivt.py`. Next, forward `127.0.0.1:5417` and edit `main.js` to point towards your new websocket location. \ No newline at end of file -- cgit v1.3.1