add swp files to gitignore, improve instructions at end of dev_start

This commit is contained in:
Maarten de Waard 2016-08-03 16:56:13 +02:00
parent 24dbc6699b
commit 31a8e1f524
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -41,3 +41,6 @@ Scripts
working
.vagrant
certbot.log
# tmp files:
*.swp

View File

@ -82,6 +82,6 @@ fi
echo "You can now connect to the Vagrant instance:"
echo "vagrant ssh lehaproxy"
echo "After connecting please run:"
echo "cd /lehaproxy/; source /lehaproxy_venv/"
echo "cd /lehaproxy/; source /lehaproxy_venv/bin/activate"
echo "You can now run certbot with the HAProxy plugin installed:"
echo "certbot run"