Vagrantfile: use recommended bootstrap scripts for provisioning

Also remove an incorrect command from the Vagrant instructions in
`docs/contributing.rst`.
This commit is contained in:
Christopher Manning
2015-10-27 17:34:18 -05:00
parent df81812452
commit 3ecf38b401
2 changed files with 3 additions and 7 deletions
-1
View File
@@ -312,7 +312,6 @@ synced to ``/vagrant``, so you can get started with:
vagrant ssh
cd /vagrant
./venv/bin/pip install -r requirements.txt .[dev,docs,testing]
sudo ./venv/bin/letsencrypt
Support for other Linux distributions coming soon.