From b6b39049a93b9d3d4cda342e2e11f12db9c39649 Mon Sep 17 00:00:00 2001 From: Ruben Waterman Date: Sat, 27 Aug 2016 00:56:14 +0200 Subject: [PATCH] Update setup.rst Added a line on how to use the ubuntu upstart example in Vagrant. It took me hours to figure out why it wouldn't start on boot but would when you would type "start paperless-server" manually. The start on vagrant-mounted solved the problem, so I thought it would be good to share this with the paperless community. --- docs/setup.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/setup.rst b/docs/setup.rst index 2361357fb..c2db11095 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -550,8 +550,7 @@ your gunicorn instance. This should do the trick: Vagrant ....... -You're currently on your own, but the Ubuntu explanation above may be enough. - +You may use the Ubuntu explanation above. Replace ``(local-filesystems and net-device-up IFACE=eth0)`` with ``vagrant-mounted``. .. _setup-permanent-docker: