Commit Graph

1944 Commits (master)
 

Author SHA1 Message Date
Marcin Kulik dbe6b42baf
Use the same DATABASE_URL var for both Rails and Clojure app 7 years ago
Marcin Kulik d1926ba527
Set A2PNG_BIN_PATH in Dockerfile 7 years ago
Marcin Kulik 09264313d7
Generate ToC links in Markdown output 7 years ago
Marcin Kulik eaf91db1ff
Fix typo 7 years ago
Marcin Kulik 565626a173
Re-format installation instructions page 7 years ago
Marcin Kulik d787e18b14
Update installation instruction for macOS+Nix 7 years ago
Marcin Kulik ee6013ee74 Merge pull request #258 from flexiondotorg/patch-1
Add snap install instructions
7 years ago
Martin Wimpress ec03678f25 Add snap install instructions
This pull request adds installation instructions for users of [snap enabled Linux distributions](https://snapcraft.io/docs/core/install). Snaps enable ISVs and projects to make their software available to millions of Linux users via the snap store and directly control delivery of software updates to their users.
7 years ago
Marcin Kulik 2c9f1b42fe
Faster `bundle install` when building Docker image 7 years ago
Marcin Kulik 15bc8b16c0
Update installation instruction for Nix/NixOS 7 years ago
Marcin Kulik 3ca0767faa Don't pass -Xmx to java, use _JAVA_OPTIONS env var if needed 7 years ago
Marcin Kulik a71eff74be Mention ASCIINEMA_API_URL in docs 7 years ago
Marcin Kulik e32b7aa663 Bring back mistakenly deleted file 7 years ago
Marcin Kulik ce59cd0af8 Upgrade player 7 years ago
Marcin Kulik a8cf2e6122 Upgrade player 7 years ago
Marcin Kulik 4e1cf0d46f Remove old, unused files 7 years ago
Marcin Kulik 7bac39c121 Add support for reveal.js 'slide:start' and 'slide:stop' window events 7 years ago
Marcin Kulik b35b1839dc Bring back support for 'asciicast:play' window event in embed iframe 7 years ago
Marcin Kulik 0f8cdac4ba Remove old PNG generation code 7 years ago
Marcin Kulik eb429b84df Rename components in system 7 years ago
Marcin Kulik 858210391c Merge pull request #249 from asciinema/clj-a2png
Start Clojure app and route to it
7 years ago
Marcin Kulik b987effc89 Route .json and .png requests to Clojure app 7 years ago
Marcin Kulik 3e2bb2682e Start Clojure app in Supervisor 7 years ago
Marcin Kulik 41139dcb8b Run Clojure server on port 4000 so it doesn't collide with Rails server 7 years ago
Marcin Kulik 155bd3d36a auto-file-store constructor for auto-detecting store type based on config keys 7 years ago
Marcin Kulik a3feeb6454 Use :uri instead of :host/:port as :spec for carmine 7 years ago
Marcin Kulik 70fd5608f6 Use DATABASE_URL compatible with PostgreSQL JDBC driver 7 years ago
Marcin Kulik f868dc19d4 Build uberjar in Dockerfile 7 years ago
Marcin Kulik 146a9bcfc5 HOST env is not used anymore 7 years ago
Marcin Kulik e2e4f2d66b Merge pull request #248 from asciinema/install-doc
Install doc
7 years ago
Marcin Kulik 98a981f05c Add final section on creating the containers 7 years ago
Marcin Kulik aabc45a0c2 Improve db setup instructions 7 years ago
Marcin Kulik 3d2c65ebe9 Describe volume mapping 7 years ago
Marcin Kulik e362884a58 Minor INSTALL doc tweaks 7 years ago
Marcin Kulik 8233f18c9f Second (incomplete) version of INSTALL doc 7 years ago
Marcin Kulik 7d38d2d647 First (incomplete) version of INSTALL doc 7 years ago
Marcin Kulik af0b3506cd Use correct default DB URL 7 years ago
Marcin Kulik cea3536fc0 Words 7 years ago
Marcin Kulik 1acf2b8347 Ability to use private asciicast as "demo" on homepage 7 years ago
Marcin Kulik 0353c8c25d Fix mailer spec 7 years ago
Marcin Kulik d9c499f411 Fix BaseUploader.absolute_url 7 years ago
Marcin Kulik ee223e649a Whitespace 7 years ago
Marcin Kulik c9d334bd00 Derive smtp_from_address from BASE_URL when no SMTP_FROM_ADDRESS set 7 years ago
Marcin Kulik 1ce5c6cbde Use ## for comments in example env file 7 years ago
Marcin Kulik 1a84b0cbdd Switch from HOST and SCHEME to BASE_URL env var 7 years ago
Marcin Kulik ddca9db3e1 Use fog with S3 when S3_BUCKET env var is set 7 years ago
Marcin Kulik 0e7bf6a5dc Remove unused config option 7 years ago
Marcin Kulik de1542f87b Use SECRET_KEY_BASE instead of SECRET_TOKEN 7 years ago
Marcin Kulik 006090b46c Make sure containers restart on daemon boot 7 years ago
Marcin Kulik dba6a45cc8 Allow building Docker image via `docker-compose build` 7 years ago