-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.txt
73 lines (45 loc) · 2.06 KB
/
install.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---------------------------INSTALLATION GUIDE FOR FIRE ALARM SYSTEM---------------------------------
REST API
--------
//Software requirements
IntelliJ IDEA (Ultimate Version) - https://www.jetbrains.com/idea/download/#section=windows
Spring assistant - https://plugins.jetbrains.com/plugin/10229-spring-assistant
Maven - http://maven.apache.org/download.cgi
//Instructions
1. Install the IntelliJ IDEA using the given link.
2. Add the spring assistant plugin for the IDE.
3. Clone the project using GIT HUB.
4. Run the program.
DATABASE
--------
//Software requirements
XAMPP - https://www.apachefriends.org/download.html
phpMyAdmin - http://localhost/phpmyadmin/index.php
//Instructions
1. Install XAMPP using the given link and start ‘Apache’ server and ‘MySQL’.
2. Open phpMyAdmin from your browser and create a database called ‘sensor_db’.
3. Import the given query in the project repository to the created database.
RMI Client Server
----------------
//Software Requirements
IntelliJ IDEA (Ultimate Version) - https://www.jetbrains.com/idea/download/#section=windows
JDK version (13.0.2) - https://www.oracle.com/java/technologies/javase-jdk13-downloads.html
Required jar files - https://drive.google.com/open?id=1_Re-hYexYeVJwGeao7jxFUltkEjwGSk8
//Instructions
1.Add the above metioned jar files as external libraries to the project.
2.Make sure the jdk version used in the project is 13.0.2.
3.First run the RmiServer class.
4.Run Welcome.java class.
5.If you click on Admin, Admin dashboard will be displayed.
6.If you click on User desktop client dashboard will be displayed.
WEB-Client & Dummy Sensor Application
-------------------------------------
//Software Requirements
Node.js - https://nodejs.org/en/download/
(Download the correct installer according to your OS, Ex: Windows)
//Instructions
1.go inside the project and open the command prompt
2.Run "npm install"
3.Run "npm fund"
4.Run "npm start"
Then the project will run in your default browser