BinBashBanana / PyDodge

Python HTTP Proxy w/ Rewrites (PyDodge "B") https://github.com/webrecorder/pywb
GNU General Public License v3.0
23 stars 63 forks source link

Install on Ubuntu VPS #2

Closed ingnelson closed 3 years ago

ingnelson commented 4 years ago

Hello sir . Can you give the command or a script to install it on a UBUNTU VPS , please ?

I want to use my own domain too.

I will wait your answer.

BinBashBanana commented 4 years ago

First time:

  1. pip install -r requirements.txt
  2. setup.py install

Running from then on:

  1. uwsgi uwsgi.ini

Please note that I will be adding virtualenv support for multiple domains on https soon, you may want to wait a few more days for me to get that figured out.

ingnelson commented 4 years ago

@BinBashBanana I will wait sir. If it is possible create a script to clone and install it ; where we can only add the ip VPS or the domain .

Thanks

BinBashBanana commented 3 years ago

Oh uhh. I think I misinterpreted your question a while ago, but I hope I can still help:

Installation:

git clone https://github.com/BinBashBanana/PyDodge.git
cd PyDodge
pip3 install -r requirements.txt
python3 setup.py install

Running:

bash run.sh