I spend most of my time in the terminal. I heard something about TermKit, and I'm curious as to how I can install it on Ubuntu. So far, I haven't been able to find any good instructions on how to install it.
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
First, install the dependencies:
Now, download, build and install node, npm (a package manager for node) and TermKit itself: Build Node.js:trunk is a bit unstable so we check out a known-working version of node:
Build TermKit
Okay, everything is installed. Now lets launch it!
You should see something like this:
And now navigate to http://localhost:2222 in Chrome/Chromium (Firefox won't work, webkit needed!) To launch it again, navigate to TermKitProj/TermKit and run "node Node/nodekit.js" again. Thanks to this guide. |
||||
|
|