Skip to content

Commit

Permalink
Cumulative updates
Browse files Browse the repository at this point in the history
  • Loading branch information
caromeo committed Mar 19, 2019
1 parent cde5182 commit 7c1b241
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/README_Debian.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Automatic installation and configuration
Clone this repo (or download the zip and extract it) inside the /var/www/html folder.

Before launching the script for [Debian](scripts/install_dash_Debian.sh) set the ```flag_ssl``` variable in order to have SSL enabled or not.
Before launching the script for [Debian](https://github.com/MDSLab/s4t-iotronic-webinterface/blob/master/scripts/install_dash_Debian.sh) set the ```flag_ssl``` variable in order to have SSL enabled or not.

# Manual installation and configuration
As written in the automatic installation it is necessary to clone this repo (or download the zip and extract it) inside the /var/www/html folder.
Expand Down
2 changes: 1 addition & 1 deletion docs/README_Ubuntu.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Automatic installation and configuration
Clone this repo (or download the zip and extract it) inside the /var/www/html folder.

Before launching the script for [Ubuntu](scripts/install_dash_Ubuntu.sh) set the ```flag_ssl``` variable in order to have SSL enabled or not.
Before launching the script for [Ubuntu](https://github.com/MDSLab/s4t-iotronic-webinterface/blob/master/scripts/install_dash_Ubuntu.sh) set the ```flag_ssl``` variable in order to have SSL enabled or not.

# Manual installation and configuration
As written in the automatic installation it is necessary to clone this repo (or download the zip and extract it) inside the /var/www/html folder.
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_dash_Debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ else

echo -e "\nIotronic is not installed..."
cd /var/www/html
git clone --depth=1 https://git.smartme.io/consulting/sacertis/iotronic-dashboard.git ./iotronic
git clone --depth=1 https://github.com/MDSLab/s4t-iotronic-webinterface.git ./iotronic
service apache2 restart
fi
# ----------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_dash_Ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ else

echo -e "\nIotronic is not installed..."
cd /var/www/html
git clone --depth=1 https://git.smartme.io/consulting/sacertis/iotronic-dashboard.git ./iotronic
git clone --depth=1 https://github.com/MDSLab/s4t-iotronic-webinterface.git ./iotronic
service apache2 restart
fi
# ----------------------------------------------------------------------------------
Expand Down

0 comments on commit 7c1b241

Please sign in to comment.