documentation/Running-Mastodon
Daggertooth d9e523ec15 Don't include RCs when checking out latest tag. (#369)
``git tag -l | sort -V | head -1`` will consider release candidates as the latest version, even if there's a stable release, due to how `sort -V` orders strings. Adding ``grep -v 'rc[0-9]*$'`` to filter out the release candidate tags fixes this.
2017-09-11 02:01:41 +02:00
..
Administration-guide.md Update Administration-guide.md 2017-09-10 02:46:14 +02:00
Alternatives.md Apache - Updating paths for 1.5.0rc1 (#344) 2017-07-25 00:06:54 +02:00
Customizing.md Fix customization docs 2017-07-25 18:09:58 +02:00
Development-guide.md Fix #325 2017-07-25 19:09:07 +02:00
Docker-Guide.md fix typo (#377) 2017-08-17 14:47:24 +02:00
Heroku-guide.md Fix bad quote char in IAM policy (#108) 2017-04-20 20:07:32 +02:00
List-of-Rake-tasks.md Update list of rake tasks (#347) 2017-07-25 18:04:45 +02:00
Maintenance-Tasks.md Update Maintenance-Tasks.md 2017-07-25 17:40:04 +02:00
Nanobox-Guide.md Document Nanobox Usage 2017-04-22 01:21:37 -06:00
PgBouncer-guide.md fix section "Configuring userlist.txt" of PgBouncer-guide.md 2017-05-07 05:09:42 +09:00
Production-guide.md Add VAPID keys section to needed variables section (#385) 2017-08-26 18:53:14 +02:00
Resources-needed.md New server 2017-07-01 05:43:40 +02:00
Scalingo-guide.md scalingo guide: major improvements 2017-05-05 22:35:05 -05:00
Serving_a_different_domain.md Create Serving_a_different_domain.md 2017-06-11 03:55:38 +02:00
Tuning.md Merge pull request #239 from jeroenpraat/patch-2 2017-05-22 04:23:21 +02:00
Updating-Mastodon-Guide.md Don't include RCs when checking out latest tag. (#369) 2017-09-11 02:01:41 +02:00
Vagrant-guide.md Explicitly use --provider option for vagrant up 2017-05-31 12:52:03 +09:00