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

Download / Local server? #2

Open
leonbollerup opened this issue Oct 30, 2019 · 1 comment
Open

Download / Local server? #2

leonbollerup opened this issue Oct 30, 2019 · 1 comment

Comments

@leonbollerup
Copy link

Hi,

Old time OS/2 fan... is there anyway to download it and run it locally on a server ?

@vsergeyev
Copy link
Owner

Hi @leonbollerup

Yes, you need to download a repository.
Then please use 'virtualenv' for Python 2.x

virtualenv ve
source ./ve/bin/activate

And install required packages (mostly Flask)

pip install -r requirements.txt

And run

python ./main.py

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

2 participants