From 412a717fa34a28984299bdb01cf73e13c8ade027 Mon Sep 17 00:00:00 2001 From: dg9vh Date: Tue, 7 Feb 2017 14:35:02 +0000 Subject: [PATCH] paths correction... --- linux-step-by-step.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/linux-step-by-step.md b/linux-step-by-step.md index 7107ddc..71f21aa 100644 --- a/linux-step-by-step.md +++ b/linux-step-by-step.md @@ -46,17 +46,19 @@ This short howto describes step-by-step how to install the MMDVMHost-Dashboard o 7. Now you can clone the dashboard into your home directory: - >git clone https://github.com/dg9vh/MMDVMHost-Dashboard.git ~/ + >cd ~ + + >git clone https://github.com/dg9vh/MMDVMHost-Dashboard.git 8. Next, you need to copy the files into the webroot so they can be served by lighttpd: If you are using Raspbian Jessie, run: - >sudo cp -R /home/pi/MMDVMHost-Dashboard /var/www/html/ + >sudo cp -R /home/pi/MMDVMHost-Dashboard/* /var/www/html/ If you are using Raspbian Wheezy, run: - >sudo cp -R /home/pi/MMDVMHost-Dashboard /var/www/ + >sudo cp -R /home/pi/MMDVMHost-Dashboard/* /var/www/ 9. To make sure the dashboard is served instead of the default "index.html", change into the webroot /var/www/html respectively /var/www and remove that file: