Commit Graph

1739 Commits

Author SHA1 Message Date
Marcin Kulik
eaf91db1ff
Fix typo 2017-05-02 15:40:55 +02:00
Marcin Kulik
565626a173
Re-format installation instructions page 2017-05-02 15:36:57 +02:00
Marcin Kulik
d787e18b14
Update installation instruction for macOS+Nix 2017-05-02 14:34:19 +02:00
Marcin Kulik
ee6013ee74 Merge pull request #258 from flexiondotorg/patch-1
Add snap install instructions
2017-05-02 14:28:59 +02:00
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.
2017-04-28 11:56:16 +01:00
Marcin Kulik
2c9f1b42fe
Faster bundle install when building Docker image 2017-04-24 12:45:07 +02:00
Marcin Kulik
15bc8b16c0
Update installation instruction for Nix/NixOS 2017-04-24 12:44:23 +02:00
Marcin Kulik
3ca0767faa Don't pass -Xmx to java, use _JAVA_OPTIONS env var if needed 2017-04-22 19:08:11 +02:00
Marcin Kulik
a71eff74be Mention ASCIINEMA_API_URL in docs 2017-04-22 13:23:39 +02:00
Marcin Kulik
e32b7aa663 Bring back mistakenly deleted file 2017-04-21 11:52:44 +02:00
Marcin Kulik
ce59cd0af8 Upgrade player 2017-04-20 19:40:38 +02:00
Marcin Kulik
a8cf2e6122 Upgrade player 2017-04-20 17:05:58 +02:00
Marcin Kulik
4e1cf0d46f Remove old, unused files 2017-04-20 13:44:56 +02:00
Marcin Kulik
0f8cdac4ba Remove old PNG generation code 2017-04-19 23:59:43 +02:00
Marcin Kulik
eb429b84df Rename components in system 2017-04-19 23:46:19 +02:00
Marcin Kulik
858210391c Merge pull request #249 from asciinema/clj-a2png
Start Clojure app and route to it
2017-04-19 22:20:49 +02:00
Marcin Kulik
b987effc89 Route .json and .png requests to Clojure app 2017-04-19 00:00:48 +02:00
Marcin Kulik
3e2bb2682e Start Clojure app in Supervisor 2017-04-19 00:00:31 +02:00
Marcin Kulik
41139dcb8b Run Clojure server on port 4000 so it doesn't collide with Rails server 2017-04-18 23:59:20 +02:00
Marcin Kulik
155bd3d36a auto-file-store constructor for auto-detecting store type based on config keys 2017-04-18 23:58:41 +02:00
Marcin Kulik
a3feeb6454 Use :uri instead of :host/:port as :spec for carmine 2017-04-18 23:57:02 +02:00
Marcin Kulik
70fd5608f6 Use DATABASE_URL compatible with PostgreSQL JDBC driver 2017-04-18 23:36:10 +02:00
Marcin Kulik
f868dc19d4 Build uberjar in Dockerfile 2017-04-18 22:02:29 +02:00
Marcin Kulik
146a9bcfc5 HOST env is not used anymore 2017-04-18 21:56:53 +02:00
Marcin Kulik
e2e4f2d66b Merge pull request #248 from asciinema/install-doc
Install doc
2017-04-18 20:06:57 +02:00
Marcin Kulik
98a981f05c Add final section on creating the containers 2017-04-18 19:59:32 +02:00
Marcin Kulik
aabc45a0c2 Improve db setup instructions 2017-04-18 19:59:13 +02:00
Marcin Kulik
3d2c65ebe9 Describe volume mapping 2017-04-18 19:41:53 +02:00
Marcin Kulik
e362884a58 Minor INSTALL doc tweaks 2017-04-18 19:40:17 +02:00
Marcin Kulik
8233f18c9f Second (incomplete) version of INSTALL doc 2017-04-18 18:34:45 +02:00
Marcin Kulik
7d38d2d647 First (incomplete) version of INSTALL doc 2017-04-18 17:35:13 +02:00
Marcin Kulik
af0b3506cd Use correct default DB URL 2017-04-18 17:32:08 +02:00
Marcin Kulik
cea3536fc0 Words 2017-04-18 17:25:30 +02:00
Marcin Kulik
1acf2b8347 Ability to use private asciicast as "demo" on homepage 2017-04-18 17:12:17 +02:00
Marcin Kulik
0353c8c25d Fix mailer spec 2017-04-18 17:04:00 +02:00
Marcin Kulik
d9c499f411 Fix BaseUploader.absolute_url 2017-04-18 16:54:39 +02:00
Marcin Kulik
ee223e649a Whitespace 2017-04-18 16:38:12 +02:00
Marcin Kulik
c9d334bd00 Derive smtp_from_address from BASE_URL when no SMTP_FROM_ADDRESS set 2017-04-18 16:38:12 +02:00
Marcin Kulik
1ce5c6cbde Use ## for comments in example env file 2017-04-18 16:38:12 +02:00
Marcin Kulik
1a84b0cbdd Switch from HOST and SCHEME to BASE_URL env var 2017-04-18 16:38:12 +02:00
Marcin Kulik
ddca9db3e1 Use fog with S3 when S3_BUCKET env var is set 2017-04-18 14:28:58 +02:00
Marcin Kulik
0e7bf6a5dc Remove unused config option 2017-04-18 13:56:34 +02:00
Marcin Kulik
de1542f87b Use SECRET_KEY_BASE instead of SECRET_TOKEN 2017-04-18 13:55:11 +02:00
Marcin Kulik
006090b46c Make sure containers restart on daemon boot 2017-04-15 22:52:23 +02:00
Marcin Kulik
dba6a45cc8 Allow building Docker image via docker-compose build 2017-04-15 22:50:08 +02:00
Marcin Kulik
2f4c2cd826 Use newer fog - no more "Digest::Digest is deprecated; use Digest" \o/ 2017-04-15 22:22:09 +02:00
Marcin Kulik
44fed66336 Use default postgres image user/pass/db - there's no real benefit for custom ones 2017-04-15 22:02:01 +02:00
Marcin Kulik
30911bd09f Use .env.production ENV file for configuring containers 2017-04-15 21:55:07 +02:00
Marcin Kulik
fe71738dce Document PostgreSQL and Redis persistence 2017-04-15 21:24:51 +02:00
Marcin Kulik
43d19f3ad3 Extract installation instructions into separate doc 2017-04-15 20:43:29 +02:00