mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-11-21 20:48:14 +00:00
1.0 KiB
1.0 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.
-
Pull latest images from registry.
docker compose pull -
Update and Recreate containers.
docker compose up -d -
Once the command completes running 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
-
Execute
npm iin both theuifolder and the root directory. -
Once packages are updated, execute
npm run buildin both theuifolder and the root directory. -
Finally, start both the frontend and the backend by running
npm run startin both theuifolder and the root directory.