ConradIrwin/showterm.io
The website for showterm!
{ "createdAt": "2012-10-08T08:31:59Z", "defaultBranch": "master", "description": "The website for showterm!", "fullName": "ConradIrwin/showterm.io", "homepage": null, "language": "JavaScript", "name": "showterm.io", "pushedAt": "2021-03-22T17:54:47Z", "stargazersCount": 353, "topics": [], "updatedAt": "2025-09-30T04:05:45Z", "url": "https://github.com/ConradIrwin/showterm.io"}This is the server backend for showterm.
It’s hopefully available on the internet at https://showterm.io.
Private server
Section titled “Private server”If you’d like to run your own showterm server it should “just work”. For small installations you can use the builtin server that comes with rails in a few easy steps:
- git clone https://github.com/ConradIrwin/showterm.io
- Set up a database (I’ve only tested postgres), and add a config/database.yml
bundle install- create a
database.ymlfile in theconfigdirectory bundle exec rake db:create db:migrate db:seedrails s
You’ll also need to configure your user’s showterm clients by adding export SHOWTERM_SERVER
to their ~/.bashrcs.
Meta-fu
Section titled “Meta-fu”As usual bug-reports and pull-requests are very welcome. Everything is licensed under the MIT license.