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 existingconfig.toml
file, renamesample.config.toml
toconfig.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 existingconfig.toml
file, renamesample.config.toml
toconfig.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 rum start