VIDEOconvertor icon indicating copy to clipboard operation
VIDEOconvertor copied to clipboard

How to deploy in vps

Open ghost opened this issue 3 years ago • 5 comments

Hello sir how to deploy in vps please tell me i tried lot of time but i couldn't. Please ads steps to deploy in vps

ghost avatar Jun 08 '22 09:06 ghost

If you still own a VPS, contact me on @ChauhanMahesh_BOT

vasusen-code avatar Jul 03 '22 13:07 vasusen-code

If you still own a VPS, contact me on @ChauhanMahesh_BOT plaese add steps to deploy in vps and docker file arm64 support

satyamisme avatar Oct 08 '22 08:10 satyamisme

Export the required variables in the environment using the export command or .bashrc file and run the following:

sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get install -y python git

git clone https://github.com/vasusen-code/VIDEOconvertor

cd VIDEOconvertor

pip install -r requirements.txt

python -m main

infinity-plus avatar Oct 08 '22 08:10 infinity-plus

how to setup the configs?

benhub42 avatar Dec 06 '22 13:12 benhub42

Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 187, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/usr/lib/python3.10/runpy.py", line 146, in _get_module_details return _get_module_details(pkg_main_name, error) File "/usr/lib/python3.10/runpy.py", line 110, in _get_module_details import(pkg_name) File "/home/ubuntu/VIDEOconvertor/main/init.py", line 10, in API_ID = config("API_ID", default=None, cast=int) File "/home/ubuntu/.local/lib/python3.10/site-packages/decouple.py", line 243, in call return self.config(*args, **kwargs) File "/home/ubuntu/.local/lib/python3.10/site-packages/decouple.py", line 105, in call return self.get(*args, **kwargs) File "/home/ubuntu/.local/lib/python3.10/site-packages/decouple.py", line 99, in get return cast(value) TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType'

benhub42 avatar Dec 06 '22 13:12 benhub42