Skip to content
Snippets Groups Projects
Commit 9ac6089e authored by Nikolaus Wirtz's avatar Nikolaus Wirtz
Browse files

Merge branch 'finalize' into 'master'

Finalize

See merge request !9
parents 5fdd369a 015283e8
No related branches found
No related tags found
1 merge request!9Finalize
......@@ -18,7 +18,7 @@ The project requires:
Install the latest version of **_Python 3_** from https://www.python.org/downloads/. Verify that the path to the python executeable got added to the PATH system variable. For that open up the command prompt and use the command `python --version`. It should output the just installed python version.
To install the required software the repository contains a bash script *pi-setup.sh*. To run the script use `sh pi-setup.sh` in the command line from the root directory of the project repository. The script updates the apt-package manager and installs **_Node.js_**, **_Node-RED_**, **_npm_** and **_PostgreSQL_**.
To install the required software the repository contains a bash script *pi-setup.sh*. The script upgrades the apt-package manager and installs **_Node.js_**, **_Node-RED_**, **_npm_** and **_PostgreSQL_**. To run the script use `sh pi-setup.sh` in the command line from the root directory of the project repository. In case there are no execute permissions set for the files *pi-setup.sh* and *pi-setup-code.py* you have to manually set them first with `chmod +x pi-setup.sh` and `chmod +x pi-setup-code.py`.
Additionally it installs the **_Node-RED-packages_** used by the project:
- *node-red-contrib-buffer-parser*
......
No preview for this file type
......@@ -4,5 +4,5 @@
devices = 6
# Set hostnames
address_prefix = "example-prefix-"
address_suffix = ".example-suffix"
\ No newline at end of file
address_prefix = "prefix-example-"
address_suffix = ".suffix-example"
\ No newline at end of file
This diff is collapsed.
......@@ -73,5 +73,5 @@ echo -e "\nInstallation succesful."
# Postgresql
apt-get upgrade
apt-get install postgresql-client
sudo apt-get upgrade
sudo apt-get install postgresql-client
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment