-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
56 lines (38 loc) · 1.32 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
50
51
52
53
54
55
56
Il docente dovrebbe iniziare la lettura dal file doc/master_document.pdf
build.sh
ricrea gli stub e la cartella cupido/.
chech_copyright.sh
check if all source files have copyright in.
cupidoBackendImpl/
contiene il codice relativo ai game server che implementano la logica di gioco
cupidoGWT/
contiene il codice della servlet e del client
cupidoCommon/
è una libreria condivisa tra i progetti cupidoGWT e cupidoBackendImpl
cupido/
serve per il deploy della servlet
if this directory is not present don't worry, just run ./build.sh
deploy.sh
script per il deployment in locale di tutto il backend
deploy_gtm.sh
script per il deployment del Global Table Manager
deploy_ltm.sh
script per il deployment di un Local Table Manager
doc/
contiene la documentazione su come è stato svolto tutto il lavoro del gruppo
how_to_deploy.txt
contains deploy instructions
localTableManager.config
è un file di configurazione usato dal progetto cupidoBackendImpl
recreate_db.sh
crea ed inizializza il database. Vedi how_to_deploy.sh
run_all_in_background.sh
script der il deployment. Vedi how_to_deploy.sh
run_chat.sh
script der il deployment. Vedi how_to_deploy.sh
run_gtm.sh
script der il deployment. Vedi how_to_deploy.sh
run_ltm.sh
script der il deployment. Vedi how_to_deploy.sh
run_rmiregistry.sh
script der il deployment. Vedi how_to_deploy.sh