-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
49 lines (34 loc) · 1.09 KB
/
README.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
Instructions File
*******************
1. Versioning
*******************
1.0. -Deployment instructions on Zendesk, Luis Oscar Mendoza Guzmán - 18122013
*******************
2. Virtual Education Platform
*******************
Package - efront_3.6.14_build18012_community
*******************
3. Deployment
*******************
For deployment on Zendesk server you have to make this
1. Create a new folder where you can copy the files
2. Open a CMD instance an execute the following instruction inside the new folder to create the structure
of the deployment
zdpack.exe create learn
3. Go inside the "learn" Folder and edit the "deployment.xml" file
Set the following values like this ad
<version>
<release>1.0</release>
</version>
<directive>
<name>memory_limit</name>
<min>128M</min>
</directive>
5. Go back in and execute the following command
zdpack.exe validate c:\zendesk\learn\deployment.xml
6. Pack the application
zdpack.exe pack learn
7. Deploy the application in the Zendesk Server
*******************
*******************
EOF