Web interface to control your R-House (Smart home)
It is recommended to start with the main repository to setup HUB.
This project is made to be run on single-board computers (Raspberry PI, Banana PI, etc.). So, it is recommended to use Linux distros, like Raspbian.
On Raspbian, run the following to install required packages (Apache and MySQL):
sudo apt-get install -y can-utils default-libmysqlclient-dev apache2 php7.0 php-mbstring php-zip php-curl libapache2-mod-php mariadb-server php-mysql
cd /var/www/html
git clone [email protected]:arseniy899/rHouse_web.git
Go to your machine through Web-Broswer (HTTP port). You will be redirected to setup wizard.
When wizard finishes, a file config.php
will be created in the root of /var/www/html
, redirecting to the latest installed version.
Values in config file:
userPolicy (true|false)
- should web-broswer apply users-policy and restirct non-authed access. All users can be managed by admins in admin panel.
version v(d.dd[l[d]])
- currenlty selected version of web interface
- Tests coverage
- Docs
- Language-translation of user interface