From 01bc5676fd153f0a7bee3823c49503f425d221b1 Mon Sep 17 00:00:00 2001 From: tstaubitz Date: Tue, 15 Nov 2016 08:59:22 +0100 Subject: [PATCH] Update LOCAL_SETUP.md --- LOCAL_SETUP.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/LOCAL_SETUP.md b/LOCAL_SETUP.md index 0e3bcbfe..172b6ad8 100644 --- a/LOCAL_SETUP.md +++ b/LOCAL_SETUP.md @@ -16,6 +16,9 @@ vagrant box add ubuntu/trusty64 vagrant up ### Trouble shooting +(sometimes, particularly if VirtualBox is running under Windows as the host sysstem, parts of the provision script are) not executed. +vagrant up does not show error messages but later on the trouble starts. + ln -s /etc/nginx/sites-available/code_ocean /etc/nginx/sites-enabled <= Failed (no such directory) #### Make docker daemon useable without sudo @@ -49,6 +52,8 @@ vagrant ssh cd /vagrant rake db:migrate +#### Missing config files or anything else goes wrong +Check the according parts of the provision.sh file. ### Start server vagrant ssh