aptivate/kashana

Installing Kashana

Opened this issue · 5 comments

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

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?

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.

@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 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?