1.4 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	Update Perplexica to the latest version
To update Perplexica to the latest version, follow these steps:
For Docker users
- 
Clone the latest version of Perplexica from GitHub: git clone https://github.com/ItzCrazyKns/Perplexica.git
- 
Navigate to the project directory. 
- 
Check for changes in the configuration files. If the sample.config.tomlfile contains new fields, delete your existingconfig.tomlfile, renamesample.config.tomltoconfig.toml, and update the configuration accordingly.
- 
Pull the latest images from the registry. docker compose pull
- 
Update and recreate the containers. docker compose up -d
- 
Once the command completes, go to http://localhost:3000 and verify the latest changes. 
For non-Docker users
- 
Clone the latest version of Perplexica from GitHub: git clone https://github.com/ItzCrazyKns/Perplexica.git
- 
Navigate to the project directory. 
- 
Check for changes in the configuration files. If the sample.config.tomlfile contains new fields, delete your existingconfig.tomlfile, renamesample.config.tomltoconfig.toml, and update the configuration accordingly.
- 
After populating the configuration run npm i.
- 
Install the dependencies and then execute npm run build.
- 
Finally, start the app by running npm run start