Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to deploy in vps #56

Open
ghost opened this issue Jun 8, 2022 · 5 comments
Open

How to deploy in vps #56

ghost opened this issue Jun 8, 2022 · 5 comments

Comments

@ghost
Copy link

ghost commented Jun 8, 2022

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

@vasusen-code
Copy link
Owner

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

@satyamisme
Copy link

satyamisme commented Oct 8, 2022

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

@infinity-plus
Copy link

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

@benhub42
Copy link

benhub42 commented Dec 6, 2022

how to setup the configs?

@benhub42
Copy link

benhub42 commented Dec 6, 2022

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants