mirror of
https://github.com/PegaProx/project-pegaprox.git
synced 2026-04-25 18:15:50 +03:00
[GH-ISSUE #1] Setup instructions not complete #2
Labels
No labels
Approved
Q2-3 2026 Development
bug
documentation
enhancement
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/project-pegaprox-PegaProx#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @proxforge on GitHub (Jan 25, 2026).
Original GitHub issue: https://github.com/PegaProx/project-pegaprox/issues/1
`root@js-analyzer-01:~/project-pegaprox# sudo ./deploy.sh
sudo: ./deploy.sh: command not found
root@js-analyzer-01:~/project-pegaprox# ls
LICENSE README.md deploy.sh images pegaprox_multi_cluster.py requirements.txt static version.json web
root@js-analyzer-01:~/project-pegaprox# ./deploy.sh
bash: ./deploy.sh: Permission denied
root@js-analyzer-01:~/project-pegaprox# chmod +x ./deploy.sh
root@js-analyzer-01:~/project-pegaprox# ./deploy.sh
[1/6] Installing system dependencies...
W: https://deb.nodesource.com/node_22.x/dists/nodistro/InRelease: Policy will reject signature within a year, see --audit for details
✓ System dependencies installed
[2/6] Creating service user...
✓ User 'pegaprox' created
[3/6] Setting up installation directory...
✓ Directory structure created at /opt/PegaProx
[4/6] Installing Python dependencies...
error: uninstall-no-record-file
× Cannot uninstall cryptography 43.0.0
╰─> The package's contents are unknown: no RECORD file was found for cryptography.
The docs say to use /opt/pegaprox not /opt/PegaProx .... while the script creates "/opt/PegaProx"
@MrMasterbay commented on GitHub (Jan 25, 2026):
Updated docs see https://github.com/PegaProx/project-pegaprox/issues/2.
BR Nico