forked from SpinahVieh/Obsidio-Server
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ReadMe_getdown
50 lines (42 loc) · 2.68 KB
/
ReadMe_getdown
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
For our client auto-update feature we need the following;
- getdown.txt
- getdown.jar
- user.config
- version.txt
- digest.txt files (qty -2)
-------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------
To get the digest files;
run "java -classpath getdown-digest.jar com.threerings.getdown.tools.Digester ."
-------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------
Note:
the '.' in the above command is the location of the client jar file, user.config and other files.
In my example all files (even getdown-digest.jar) are in the same folder.
-------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------
To update client:
1. Export client project as cadesim.jar from eclipse
2. Update any background/UI needed before proceeding
3. Increase version# in getdown.txt and version.txt and rerun getdown-digest.jar to propagate the new digest files.
4. Upload all .txt files & config file to the hosted server.
For our server auto-update feature we need the following;
- getdown.txt
- getdown.jar
- digest.txt files (qty -2)
-------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------
To get the digest files;
run "java -classpath getdown-digest.jar com.threerings.getdown.tools.Digester ."
-------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------
Note:
the '.' in the above command is the location of the server jar file, user.config and other files.
In my example all files (even getdown-digest.jar) are in the same folder.
-------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------
To update server:
1. Export server project as cadesim.jar from eclipse
2. Update any background/UI needed before proceeding
3. rerun getdown-digest.jar to propagate the new digest files.
4. Upload digests, getdown, icon, background, getdown.jar and server jar to the hosted server.