From d9317acf26babbc1aa31c234c83db138f9475596 Mon Sep 17 00:00:00 2001 From: Christopher Baklid Date: Mon, 19 Feb 2018 23:13:36 +0100 Subject: Add Vagrantfile * attempt to fix stacktrace when initialising logger * adds vagrantfile for local development * restart rethinkdb after setting config * fix source .profile * adds alias python=python3.6 * include more reminder of what to add in hosts file * also install snekchek in vm * update vagrant bootstrap script to properly include environment variables in bashrc --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 23151389..162115dc 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,6 @@ ENV/ # RethinkDB data rethinkdb_data/ + +# Vagrant +.vagrant/ -- cgit v1.2.3