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
2. Open `build.sh` file and set `EZYFOX_SERVER_HOME` variable, let's say you place `ezyfox-server`
46
46
at `/Programs/ezyfox-server` so `EZYFOX_SERVER_HOME=/Programs/ezyfox-server`
47
47
3. Run `build.sh` file on your terminal
48
-
4. Open file `EZYFOX_SERVER_HOME/settings/ezy-settings.xml` and add to `<zones>` tag:
48
+
4. Copy ${artifactId}-zone-settings.xml to EZYFOX_SERVER_HOME/settings/zones folder
49
+
5. Open file `EZYFOX_SERVER_HOME/settings/ezy-settings.xml` and add to `<zones>` tag:
49
50
50
51
```xml
51
52
<zone>
@@ -55,14 +56,20 @@ To run by `ezyfox-server` you need to follow by steps:
55
56
</zone>
56
57
```
57
58
58
-
5. Run `console.sh` in `EZYFOX_SERVER_HOME` on your terminal, if you want to run `ezyfox-server` in backgroud you will
59
+
6. Run `console.sh` in `EZYFOX_SERVER_HOME` on your terminal, if you want to run `ezyfox-server` in backgroud you will
59
60
need to run `start-server.sh` on your terminal
60
61
61
-
${symbol_pound}${symbol_pound} Run without ezyfox-server
62
+
If you are using libraries other than those provided by EzyFox Server, you will need to export these libraries to EzyFox Server using the following steps before proceeding to step 6:
62
63
63
-
To run without `ezyfox-server` you need follow by steps:
64
+
1. Move to `${artifactId}-startup` module
65
+
2. Run `mvn clean install -Denv.EZYFOX_SERVER_HOME=deploy -Pezyfox-deploy`
66
+
3. Run class `${package}.tools.ExternalLibrariesExporter` in `${artifactId}-startup/src/test/java`
67
+
68
+
${symbol_pound}${symbol_pound}${symbol_pound} Run by ezyfox-server embedded
64
69
65
-
1. Run `bash export.sh` command
70
+
To run without `ezyfox-server`, you can follow the steps outlined below:
71
+
72
+
1. Run `bash export.sh` command (or `\\.export.bat` on Windows)
66
73
2. Move to `${artifactId}-startup/deploy` folder
67
74
68
75
${symbol_pound}${symbol_pound}${symbol_pound} On Windows
@@ -71,9 +78,9 @@ You just need run `console.bat`
71
78
72
79
${symbol_pound}${symbol_pound}${symbol_pound} On Linux
73
80
74
-
1.To run to debug, you just need run `bash console.sh`on your terminal
75
-
2. To run in background, you just need run `bash start-service.sh`on your terminal
76
-
3. To stop your service, you just need run `bash stop-service.sh`on your terminal
81
+
1.For debugging purposes, run `bash console.sh`in your terminal
82
+
2. To run in background, execute `bash start-service.sh`in your terminal
83
+
3. To stop the service, execute `bash stop-service.sh`in your terminal
77
84
78
85
${symbol_pound}${symbol_pound} Run with specific configuration profile
79
86
@@ -82,7 +89,11 @@ run `ezyfox-server` or your application with a specific profile
82
89
83
90
${symbol_pound} How to deploy?
84
91
85
-
${symbol_pound}${symbol_pound} Deploy mapping
92
+
${symbol_pound}${symbol_pound} Deploy with ezyfox-server portable
93
+
94
+
You can take a look at this guide: [Deploy EzyFox Server](https://youngmonkeys.org/deploy-ezyfox-server/)
0 commit comments