mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-26 02:40:24 +00:00
Merge pull request #1728 from alexgleason/docs-fix-link-deploy-vagrant-sh
Removed broken link to non-existent vagrant install script
This commit is contained in:
commit
97eaa045fd
1 changed files with 1 additions and 3 deletions
|
|
@ -4,9 +4,7 @@ Deploying Wagtail
|
|||
On your server
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
Wagtail is straightforward to deploy on modern Linux-based distributions, but see the section on :doc:`performance </advanced_topics/performance>` for the non-Python services we recommend. If you are running Debian or Ubuntu, this installation script for our Vagrant box may be useful:
|
||||
|
||||
`github.com/torchbox/wagtaildemo/blob/master/etc/install/install.sh <https://github.com/torchbox/wagtaildemo/blob/master/etc/install/install.sh>`_
|
||||
Wagtail is straightforward to deploy on modern Linux-based distributions, but see the section on :doc:`performance </advanced_topics/performance>` for the non-Python services we recommend.
|
||||
|
||||
Our current preferences are for Nginx, Gunicorn and supervisor on Debian, but Wagtail should run with any of the combinations detailed in Django's `deployment documentation <https://docs.djangoproject.com/en/dev/howto/deployment/>`_.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue