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 i
in both theui
folder and the root directory. -
Once packages are updated, execute
npm run build
in both theui
folder and the root directory. -
Finally, start both the frontend and the backend by running
npm run start
in both theui
folder and the root directory.