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

Installing Kashana #77

Open
granitzh opened this issue Mar 23, 2019 · 5 comments
Open

Installing Kashana #77

granitzh opened this issue Mar 23, 2019 · 5 comments

Comments

@granitzh
Copy link

Does anyone has made already a video for installing kashana ? Or is it anyone able to help me install it ?

@martinburchell
Copy link
Contributor

We don't have a video for installing Kashana. There are instructions at https://github.com/aptivate/kashana#installation. Have you followed those? What problems are you having?

@frendy13
Copy link

frendy13 commented May 3, 2021

Hi Everyone,
I really need a useful steps to help me go over Kashana deployement on ubuntu 18.04 VPS server. In fact I follow the instructions of : https://github.com/aptivate/kashana#installation but I always get this broken message:

root@spotless-hearing:/home/admin/web/kashan/kashana/deploy# ./bootstrap.py
Traceback (most recent call last):
File "./bootstrap.py", line 83, in
sys.exit(main(sys.argv))
File "./bootstrap.py", line 80, in main
return updater.update_ve(full_rebuild, force_update)
File "/home/admin/web/kashan/kashana/deploy/ve_mgr.py", line 167, in update_ve
virtualenv.logger = virtualenv.Logger(consumers=[])
AttributeError: 'module' object has no attribute 'Logger'
root@spotless-hearing:/home/admin/web/kashan/kashana/deploy#

thanks in advance for your precious help.

@martinburchell
Copy link
Contributor

@frendy13 It's working for me on Ubuntu 18.04 as far as running deploy/bootstrap.py.

I found I had to pin

drf-nested-routers==0.90.2

in deploy/pip_packages.txt

Do you get the same error when running the command as a regular user instead of root?

Note that Kashana isn't under active development at the moment. The software it is based on is out of date and unfortunately we haven't had the funding to maintain it.

@frendy13
Copy link

frendy13 commented May 6, 2021 via email

@martinburchell
Copy link
Contributor

@frendy13 Yes you'll need python 2.7 to run Kashana. We've not had the funding to upgrade to python 3

Do you try my other suggestion: running the command as a regular user instead of root?

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

3 participants