Below are steps for installing the PullRequest Proxy. You should have received a link from PullRequest with the proxy package tarball. If you haven't, please reach out to a PullRequest team member or hello@pullrequest.com
- You will need a server/instance that can run Docker (recommended a standard variant of Linux)
- If you need to install Docker you can follow instructions for your OS type here:
- Extract tarball into a directory (recommended in the user home that you're installing to). This will created the
~/pullrequest_proxy/
directory (see below). - If you are running as a non-root user,
cd
into thepullrequest_proxy
folder and run the following:
- Run
./start.sh
. You can either make the script executable or just run it with:bash start.sh
- This should start your proxy running at:
http://<YOUR_SERVER>:5012
Visit that site to access the PullRequest Proxy installation page.- If it doesn't load, then check for a log file at
./data/logs/proxy.log
and tail the logs to see if it gives you any hint. - If there isn't a log file then the issue may be the permissions mentioned in Step 4.
- If the logs don't seem to indicate any errors, but the page is still not loading, then you may want to check your network settings for this server to make sure that Port 5012 allows incoming connections.
The PullRequest Proxy Installation Page
- If it doesn't load, then check for a log file at
Comments
0 comments
Please sign in to leave a comment.