Commit Graph

17 Commits

Author SHA1 Message Date
Mattiav8 23077a14a4
Update heroku.md (#598)
It seems to work only if -- migrate is added before --revert
2021-05-11 15:52:47 +01:00
Matthias Ludwig cf01b553e9
update docs to use fixed migration command for docker (#560) 2020-10-12 07:46:13 -05:00
Tyler Milner bb5851ec56
Added example of how to configure Postgres database with unverified TLS for Heroku deployment. (#547) 2020-09-24 08:09:18 +01:00
吴伟城 3db5cc20b9
Fix typo in nginx.md (#545)
"Nginx can be started an stopped..." -> "Nginx can be started and stopped..."
2020-09-03 13:46:56 +01:00
texuf 1f984b0be0
Fix spelling: databsae -> database (#525)
Co-authored-by: Austin Ellis <austinellis+github@gmail.com>
2020-07-21 09:28:11 +01:00
Tanner ac50b56051
update docs for toolbox release (#514) 2020-06-19 13:02:23 -04:00
YR Chen 2e0673538a
Add support for more Linux distributions (#499)
* Add support for addtional Linux distros

* Update Nginx Tutorials

* Update table style

* Fix typo

* Update Digital Ocean docs

* Update for Linux

* Minor fix

* Fix typo

* Fix typo

* Improve style
2020-06-11 14:01:28 +01:00
Anthony Fassler 3562f51d13
Update heroku.md (#509)
- Add link to Heroku.com
2020-06-11 11:18:33 +01:00
Gustavo Graña 525bc38cb2
Docs 4.0: Create heroku.md file (#505)
* Create heroku.md file

This is basically the same file from the 3.0 docs, which worked well to me to start the heroku app. Just did the needed changes to work with 4.0.

* Docs 4.0: Update mkdocs.yml

* Apply suggestions from code review

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2020-06-09 17:29:54 +01:00
zach wick 9580b0d38c
Fixes #37 (#479)
The `try_files` directive should be within a `location` block, and is
so in all example uses of `try_files` in the nginx documentation at
http://nginx.org/en/docs/http/ngx_http_core_module.html#try_files.

It is however curious that the nginx docs seem to indicate that
`try_files` can operate in either the server or location context, but
no examples show that use case.

Signed-off-by: zach wick <zach@zachwick.com>
2020-05-01 10:00:43 +01:00
Mathew Polzin 94984a7dd6
Add documentation for Docker deploys. (#465)
* Add documentation for Docker deploys.

* fill in some holes

* Address PR feedback.

* Apply suggestions from code review

Co-Authored-By: Jimmy McDermott <mcdappdev@gmail.com>

* prefer 'development machine' over 'developer machine'

* minor phrasing tweak

* Address PR feedback.

Co-authored-by: Jimmy McDermott <mcdappdev@gmail.com>
2020-04-16 12:57:56 -04:00
saicu cf8be421dd
fix swift 5.2 link (#454) 2020-03-26 13:56:57 +00:00
Tanner 6fb3503878
Swift 5.2 requirement (#442) 2020-02-15 13:44:40 -08:00
Samuel Shearing 80f36e1c65 Update Run option for Production build (#437)
Replace .build/debug/Run with .build/release/Run
2020-01-28 15:17:14 +00:00
tanner0101 73c0b21963 add swift to usr bin 2020-01-15 23:41:47 -05:00
tanner0101 2b39715429 fix links 2020-01-15 13:47:50 -05:00
Tanner 26d3a55a28
deploy guides (#428)
* deploy guides

* vapor 4 updates

* digital-ocean spelling
2020-01-15 13:41:46 -05:00