mirror of
				https://github.com/ProjectSynthoria/SynthoriaArchive.git
				synced 2025-11-04 01:45:46 +02:00 
			
		
		
		
	README: Fix typos
This commit is contained in:
		
							parent
							
								
									42ed463cc7
								
							
						
					
					
						commit
						153185d24a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -18,7 +18,7 @@
 | 
				
			||||||
- `pyenv activate nyaa`
 | 
					- `pyenv activate nyaa`
 | 
				
			||||||
- Install dependencies with `pip install -r requirements.txt`
 | 
					- Install dependencies with `pip install -r requirements.txt`
 | 
				
			||||||
- Copy `config.example.py` into `config.py`
 | 
					- Copy `config.example.py` into `config.py`
 | 
				
			||||||
- Change TALBE_PREFIX to `nyaa_` or `sukebei_` depending on the site
 | 
					- Change TABLE_PREFIX to `nyaa_` or `sukebei_` depending on the site
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Setting up MySQL/MariaDB database for advanced functionality
 | 
					## Setting up MySQL/MariaDB database for advanced functionality
 | 
				
			||||||
- Enable `USE_MYSQL` flag in config.py
 | 
					- Enable `USE_MYSQL` flag in config.py
 | 
				
			||||||
| 
						 | 
					@ -64,7 +64,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Setting up ES
 | 
					## Setting up ES
 | 
				
			||||||
- Run `./create_es.sh` and this creates two indicies: `nyaa` and `sukebei`
 | 
					- Run `./create_es.sh` and this creates two indicies: `nyaa` and `sukebei`
 | 
				
			||||||
- The output should show `akncolwedged: true` twice
 | 
					- The output should show `acknowledged: true` twice
 | 
				
			||||||
- The safest bet is to disable the webapp here to ensure there's no database writes
 | 
					- The safest bet is to disable the webapp here to ensure there's no database writes
 | 
				
			||||||
- Run `python import_to_es.py` with `SITE_FLAVOR` set to `nyaa`
 | 
					- Run `python import_to_es.py` with `SITE_FLAVOR` set to `nyaa`
 | 
				
			||||||
- Run `python import_to_es.py` with `SITE_FLAVOR` set to `sukebei`
 | 
					- Run `python import_to_es.py` with `SITE_FLAVOR` set to `sukebei`
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue