You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -496,10 +496,10 @@ To enable mobile notifications on your Node server, follow these steps:
496
496
497
497
3.**Paste JSON Content**
498
498
Open the file with `nano`, then paste the full content of the `firebase-adminsdk.json` file you received.
499
-
499
+
---
500
500
## B.3. Web App Logo
501
501
- Copy your logo in `.png` format with the `logo` name as `logo.png` in `\home\Blockchain-based-IoT-Server\backend\uploads` folder on your server.
502
-
502
+
---
503
503
## B.4. Device Configuration File
504
504
- Fidesinnova offers a mobile app to control IoT devices that support the MQTT protocol. The device configuration files, which specify the IoT device types, are stored on the IoT server. In this section, we will review how to create a device configuration file on the server. Each device in the configuration file is represented by an image, a title, a type, and its parameters:
505
505
-**fileName**: Refers to the image file that should be placed in the `/Blockchain-based-IoT-Server/backend/uploads/device` directory. This image will be displayed in the mobile app (e.g., "ecard.png").
To automate the setup and build processes for both the backend and frontend applications, run the `initial_setup.sh` script located in the root directory of the project. This script will handle building both the backend and frontend applications and configuring systemctl services automatically.
640
641
```
641
642
cd /home/Blockchain-based-IoT-Server/
642
643
sudo chmod +x initial_setup.sh
643
644
sudo ./initial_setup.sh
644
645
```
646
+
---
645
647
## D.2. Account Setup
646
648
- Goto `https://PANEL_URL` and go to the 'Sign up' section and create a password for your `super admin email address`.
647
649
- Goto `https://ADMIN_URL` and login with your `super admin email address` and its password.
648
-
650
+
---
649
651
## D.3. Congratulations
650
652
- Panel Web App, `https://PANEL_URL` is for your regular users.
651
653
- Admin Web App, `https://ADMIN_URL` is for your super admin users.
@@ -657,6 +659,7 @@ To automate the setup and build processes for both the backend and frontend appl
0 commit comments