asciinema hosting web app
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Marcin Kulik 4b26edfd49 Support for both new worker-based player and old one 12 years ago
app Support for both new worker-based player and old one 12 years ago
config Cleanup in assets 12 years ago
db Proper design, finally! 12 years ago
doc
lib
public
script Proper design, finally! 12 years ago
spec Fix specs 12 years ago
vendor
.env.example
.gitignore
.rbenv-version
.travis.yml
Gemfile Bye capistrano! 12 years ago
Gemfile.lock Bye capistrano! 12 years ago
Guardfile
Procfile
README.md Words 12 years ago
Rakefile
config.ru Use Rack::Deflater for gzipping response 12 years ago
thumb.js Working Web Worker version :) 12 years ago

README.md

ascii.io Build Status

This is the source code of ascii.io website/player. If you look for ascii.io command line recorder go here: https://github.com/sickill/ascii.io-cli

Below are setup instructions in case you want to contribute and/or play with it on your local machine.

Installation

Requirements

ascii.io site is a Ruby on Rails application. You should have following installed:

  • ruby 1.9.2+
  • bundler (gem install bundler)

For thumbnail generation you need also:

  • tmux
  • scriptreplay (Linux only via script package. OSX users: sorry, your script command is crippled anyway)

Get the source code

$ git clone git://github.com/sickill/ascii.io.git
$ cd ascii.io

Prepare DB config

Copy config/database.yml.example to config/database.yml and set adapter to what you prefer.

Setup the app

$ ./script/setup

This will install gem dependencies and setup database.

Run

$ ./script/rails s

Authors

  • Marcin Kulik (sickill)
  • Michał Wróbel (sparrovv)