This is the server backend for showterm.
It's hopefully available on the internet at https://showterm.io.
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.yml
file in theconfig
directory bundle exec rake db:create db:migrate db:seed
rails s
You'll also need to configure your user's showterm
clients by adding export SHOWTERM_SERVER
to their ~/.bashrc
s.
Meta-fu
As usual bug-reports and pull-requests are very welcome. Everything is licensed under the MIT license.