INSTALL

changeset 553
4091d4fe217f
parent 552
8b56f1b4e7ec
--- a/INSTALL	Wed Jul 25 14:18:39 2018 +0200
+++ b/INSTALL	Wed Jul 25 20:08:13 2018 +0200
@@ -1,10 +1,37 @@
 
-Compiling and building on a Raspberry runing Debian Stretch:
+	Debian Stretch.
+	---------------
 
-Install the packages libjson-c-dev, libxml2-dev, mosquitto-clients,
-	libmosquitto-dev, wiringpi, i2c-tools, nginx, php-fpm, uuid-dev.
+All extra libraries and packages are since Debian Strech present in the
+standard repository. There is no need for manual downloading and building
+packages, only thermferm needs to be build manually.
 
+Using sudo apt-get install the following packages:
+    libjson-c-dev, libxml2-dev, mosquitto-clients, libmosquitto-dev, wiringpi,
+    i2c-tools, nginx, php-fpm, uuid-dev.
 
 If running over WiFi consider running a local mosquitto server that runs as a
 bridge to the main mosquitto server. Install mosquitto.
 
+
+	Compiling and install.
+	----------------------
+
+In the main mbsePi-apps directory run:
+    make clean
+    ./configure
+
+After configure, see that wiringPi and MQTT are included. Then run:
+    make
+    sudo make install
+    systemctl enable thermferm
+    systemctl start thermferm
+
+
+	Configure nginx.
+	----------------
+
+	Configure local mosquitto.
+	--------------------------
+
+

mercurial