How to deploy in vps
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
If you still own a VPS, contact me on @ChauhanMahesh_BOT
If you still own a VPS, contact me on @ChauhanMahesh_BOT plaese add steps to deploy in vps and docker file arm64 support
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
how to setup the configs?
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