maj readme + Dockerfile clean screenshots folder
This commit is contained in:
		
							parent
							
								
									297efdec57
								
							
						
					
					
						commit
						9514b9902b
					
				
							
								
								
									
										18
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								README.md
									
									
									
									
									
								
							| @ -16,6 +16,12 @@ Déployer un serveur privé pour World Of Warcrfat via [cmangos](https://cmangos | |||||||
| |   World of Warcraft: The Burning Crusade®  |  **v2.4.3**  |   `tbc`   | https://archive.org/download/World_of_Warcraft_Client_and_Installation_Archive/ISO/WoW-2.4.3_install.rar | | |   World of Warcraft: The Burning Crusade®  |  **v2.4.3**  |   `tbc`   | https://archive.org/download/World_of_Warcraft_Client_and_Installation_Archive/ISO/WoW-2.4.3_install.rar | | ||||||
| | World of Warcraft: Wrath of the Link King® |  **v3.3.5a** |  `wotlk`  | somewher in the web ;) | | | World of Warcraft: Wrath of the Link King® |  **v3.3.5a** |  `wotlk`  | somewher in the web ;) | | ||||||
| 
 | 
 | ||||||
|  | ## Comment ça marche ? | ||||||
|  | 
 | ||||||
|  | 3 services sont nécessaires: | ||||||
|  | - Mangosd : c'est l'émulateur qui simule le serveur WOW ainsi que l'authentification. | ||||||
|  | - Realmd : C'est le processus qui gère le 'realm', le serveur de jeu avec les évènements et les aasets. | ||||||
|  | - Base de données qui persiste aussi bien les comptes que les personnages s'y rattachant ainsi que leur progressions respectives. | ||||||
| 
 | 
 | ||||||
| ## Configuration | ## Configuration | ||||||
| 
 | 
 | ||||||
| @ -62,6 +68,10 @@ docker compose up database | |||||||
| ### Création du Realm | ### Création du Realm | ||||||
| 
 | 
 | ||||||
| ```bash | ```bash | ||||||
|  | ./scripts/create_realm.sh <NOM_DU_REALM> <IP_ADRESS_SERVER> | ||||||
|  | ``` | ||||||
|  | 
 | ||||||
|  | <!-- ```bash | ||||||
| docker exec  <wow-mangosd>  | docker exec  <wow-mangosd>  | ||||||
| 
 | 
 | ||||||
| # delete realm par défaut | # delete realm par défaut | ||||||
| @ -71,7 +81,13 @@ INSERT INTO realmlist (id, name, address, port, icon, realmflags, timezone, allo | |||||||
|     VALUES ('1', 'NOM', '127.0.0.1', '8085', '1', '0', '1', '0'); |     VALUES ('1', 'NOM', '127.0.0.1', '8085', '1', '0', '1', '0'); | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| > Modifier le `NOM`, l'adresse `IP` du serveur (sauf si sur la même machine que le client) et la timezone si différent de Paris | > Modifier le `NOM`, l'adresse `IP` du serveur (sauf si sur la même machine que le client) et la timezone si différent de Paris --> | ||||||
|  | 
 | ||||||
|  | ### Inteface pour créer les comptes  | ||||||
|  | 
 | ||||||
|  | Dans le dossier `registration/` se trouve une interface pour créer des comptes et gérer les changements de mots de passe | ||||||
|  | 
 | ||||||
|  | [WOWSimpleREGISTRATION](/registration/README.md) | ||||||
| 
 | 
 | ||||||
| ### TO DO  | ### TO DO  | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -37,6 +37,7 @@ COPY php.ini /usr/local/etc/php/conf.d/custom.ini | |||||||
| 
 | 
 | ||||||
| # Copy the rest of the project | # Copy the rest of the project | ||||||
| COPY . . | COPY . . | ||||||
|  | RUN rm -rf screenshots | ||||||
| 
 | 
 | ||||||
| # Set permissions | # Set permissions | ||||||
| RUN chown -R www-data:www-data /var/www/html \ | RUN chown -R www-data:www-data /var/www/html \ | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	