To update Perplexica to the latest version, follow these steps:
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.toml
file contains new fields, delete your existing config.toml
file, rename sample.config.toml
to config.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.
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.toml
file contains new fields, delete your existing config.toml
file, rename sample.config.toml
to config.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