-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinstallation.txt
More file actions
25 lines (18 loc) · 666 Bytes
/
Copy pathinstallation.txt
File metadata and controls
25 lines (18 loc) · 666 Bytes
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
FIND YOUR LAN IP ADDRESS
1) Put IP in .env file
2) Replace local domain in nginx.config and .env file
WINDOWS INSTALLATION -
Open PowerShell with administrative privileges
1) Go to project root
2) project root >./deploy-docker-windows.ps1
LINUX INSTALLATION -
On a Linux Ubuntu system, the process will involve slightly different
1) Go to project root
2) project root > chmod +x add-host-entry.sh
3) project root > chmod +x deploy-docker-linux.sh
4) project root >./deploy-docker-linux.sh
App will be running at - http://efhz.lan/
PhpMyAdmin will be running at - http://efhz.lan:8080/
LAN -
App - http://LAN-IP.lan/
PhpMyAdmin - http://LAN-IP.lan:8080/