<!-- 🚀 Thank you for contributing! -->
<!-- Describe your changes clearly and use examples if possible. -->
<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->
Any place we say to install Swift on Linux (deploy docs, getting started
etc) should use
[Swiftly](https://github.com/swift-server/swiftly/tree/main) instead of
directing people to download them from the install pages
issue included are:
#861#836#818#812
Some issues have been fully translated as well:
closes#791closes#788closes#811
---------
Co-authored-by: Joannis Orlandos <joannis@orlandos.nl>
I just followed this guide and found several pieces of information that were outdated. Most noticably, there are no free tiers on Heroku any more, so I adjusted the text and added the new price for what was available for free before ($5 per dyno & database).
The text also made it seem like heroku has a preferred branch name and that that is "master". But AFAIK heroku doesn't care about the branch name, it just takes what you push. And there was a movement to no longer name the default branch "master" in our community, so I added the alternative name "main" in the text, too.
* WIP: Add docs for deployment on Fly
* Fix typo
* Add Fly to mkdocs.yml
* Remove trailing newlines
* Replace "We recommend" with "It is recommended"
* Remove "managed"
Fly doesn't describe the DBs as such and they aren't as much "managed" as other platforms currently
* Change config.swift to configure.swift
* Fix typos and improve wording
* Improve last section
* Explain how to find the name of the Postgres app
* Replace "This command" by a clearer reference
* Clarity: Change tense to present
* Improve the last sentence
* Improve last sentence again
* Various improvements
* Apply changes from feedback of @BennyDeBock and @0xTim
* Add details about the possibility of using other types of databases
* Converts quotes to special !!! syntax and mention fly secrets import
* Also mention how to create a template from GitHub templates based on @BennyDeBock suggestion
* Apply suggestions from code review
* Switch toolbox and templates
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
* Added systemd config for deployment
* Add menu option.
* Update docs/deploy/systemd.md
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
* Update docs/deploy/systemd.md
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
* Update docs/deploy/systemd.md
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
* Update docs/deploy/systemd.md
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
* Added stop, restart commands and more details on user to run them as
* Update docs/deploy/systemd.md
* Update docs/deploy/systemd.md
* Update docs/deploy/systemd.md
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
* Update the main page
* Remove old docs
* Remove old version links and add link to legacy docs
* Fix site URLs in mkdocs.yml
* Move 4.0 docs to top level
* Update fix search index script
* Fix font CSS links
* Update 404 and gitignore
* Update CI and remove all other 4.0 links
* Fix font issue still loading from google
* Update NL index page, remove link to vapor core team (inaccessible)
Co-authored-by: De Bock Benny <bdebock@protonmail.com>