Jyri-Petteri Paloposki
3fd631ac6a
Fix the MySQL user creation clause in the installation documentation.
...
Fixes #2843 .
2022-10-06 19:33:22 +03:00
Sean M. Pappalardo
819dbb4a1e
Update installation.md for PostgreSQL
...
Update installation.md with PostgreSQL adapter info for the database.yml file
2022-08-07 16:15:08 -07:00
Jyri-Petteri Paloposki
573472c262
Few installation doc updates
2021-11-24 22:16:47 +02:00
Jyri-Petteri Paloposki
70cca807b7
Add BUNDLE_WITHOUT to the installation document.
...
Fixes #2297
2021-08-25 19:35:40 +03:00
Jyri-Petteri Paloposki
22a1febf3b
Add information about the DB volume to the installation document
2021-01-05 05:39:07 +02:00
Jyri-Petteri Paloposki
d03edb7269
Dropping Ruby 2.4 because dependencies dropped it.
2020-08-17 12:23:11 +03:00
Jyri-Petteri Paloposki
4dd52e591d
Hopefully the final fixes based on fresh installs with both Docker install methods
2020-07-20 00:58:45 +03:00
Jyri-Petteri Paloposki
bec0884bac
Fix installation doc formatting
2020-07-19 23:23:15 +03:00
Jyri-Petteri Paloposki
3bdbd7bcf5
Add mention of the .use-docker file.
2020-07-19 23:19:00 +03:00
Jyri-Petteri Paloposki
d145640ead
Add Docker documentation to the installation docs; update and create the ”Scripts To Rule Them All” scripts for easy use of the Docker Composer environment.
...
Fixes #2425 .
2020-07-19 23:06:26 +03:00
Jyri-Petteri Paloposki
4d65a8f761
Overhaul the environment system in bin/ to make the defaults easier to understand. Update the installation instructions.
...
Fixes #2170 , #2372 , #2329 , #2368
2020-07-19 17:20:35 +03:00
misho
c32aa6cbc2
Modified installation instructions, to note that Ruby 2.7 is not tested.
2020-02-04 21:43:19 +00:00
Jyri-Petteri Paloposki
ab6d51081a
Version 2.4.1
2019-11-06 23:27:13 +02:00
Heiner Wohner
c028c6c8b5
document force_ssl option
2018-01-22 18:18:04 +01:00
Dan Rice
0bb548d116
Move alternative installation options to the wiki
...
[ci skip]
2017-05-20 10:25:26 -04:00
Dan Rice
d7d86446c0
Upgrade to Rails 4.2
...
* Update boilerplate with `bin/rake rails:upgrade`
* Use test instead of test:all rake task
* Change stylesheet extensions from .css.scss to .scss
* Update docs to use localhost instead of 0.0.0.0 because Rails 4.2
no longer listens on all addresses by default.
2016-05-22 21:58:52 -04:00
Mateusz Konieczny
23dc2421bf
Update "Hosted Tracks" URL in README ( #2009 )
...
[ci skip]
2016-05-16 13:04:24 -04:00
Matt Rogers
faf585b1d4
Add a configuration setting for serving static assets
...
This new setting will allow us to control in `site.yml` whether or not
our static assets will be served by Rails or by the app server that is
proxying requests to Rails. This is set to `false` by default so that
the proxying server is responsible for serving the assets.
2015-09-01 19:21:16 -05:00
Dan Rice
013b260a1b
Fix spacing in MySQL arguments
...
Fix #1899
[ci skip]
2015-07-23 20:34:45 -04:00
Dan Rice
da8f9828e0
Merge branch '2.3_branch'
2015-06-16 22:59:41 -04:00
Dan Rice
9c744bc452
Intelligently link to the latest release
...
[ci skip]
2015-06-16 22:54:30 -04:00
Dan Rice
4d0b55355e
Update SQLite support status in install docs
...
SQLite is fully supported as of #1766 .
2015-04-12 11:48:34 -04:00
Dan Rice
ce7f1a62c6
Use Thin instead of WEBrick
2015-03-13 00:25:58 -04:00
Dan Rice
f4925dd806
Place therubyracer in a gem group
2015-02-24 21:29:10 -05:00
Greg Sutcliffe
cfd677313d
Update install doc to use db groups
2015-02-24 20:14:00 +00:00
Dan Rice
ea0d40060a
Remove support for deprecated password-hashing algorithm
...
* Remove all methods implementing and checking for the old algorithm
* Document a pre-upgrade step to check for remaining obsolete passwords
* Remove config.salt
2014-11-15 10:28:29 -05:00
Dan Rice
3c051c604c
Ruby >=1.9.3 is required for Rails 4.1
...
[ci skip]
(cherry picked from commit 595aa14585
)
2014-10-02 12:56:26 -04:00
Dan Rice
595aa14585
Ruby >=1.9.3 is required for Rails 4.1
...
[ci skip]
2014-10-02 12:41:58 -04:00
Daniel Rice
41764d8bc2
Convert documentation to Markdown using Pandoc
2014-08-20 16:41:29 -04:00