962 B
962 B
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
-
Update and Rebuild Docker Containers:
docker compose up -d --build
- 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.