Community mailing list archives
community@mail.odoo.com
Browse archives
Re: struggling with v9 install
byJared
Hi Jared,had tried to create the symlink before.ln: creating symbolic link `/usr/bin/lessc': Permission denied(webfaction doesnt allow to write there, instead you have your personal 'bin' located at ~/bin i did create the symlink there, so which resolves to that location)echo $PATH:[josesapelli@web452 ~]$ echo $PATH/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/josesapelli/bin:/home/josesapelli/webapps/node/bin2015-10-06 15:51 GMT-05:00 <jared@jaredkipe.com>:ln -s `which lessc` /usr/bin/lessc
If that doesn't work, su into the user and echo $PATH
JaredHi Jared,
[josesapelli@web452 ~]$ lessc -v lessc 2.5.3 (Less Compiler) [JavaScript]Op 6 okt. 2015 10:39 schreef <jared@jaredkipe.com>:The less application you resolved is GNU less (text processor), not lessc (CSS preprocessor).Check the path of the user you run Odoo as and ensure lessc is somewhere in it.
JaredHi all,I am realy struggling with my v9 install and dont seem to get it worrk properly in my webfaction environment.- installed node + less (added paths and verified if both are executable from the cmd line[josesapelli@web452 ~]$ less -Vless 436Copyright (C) 1984-2009 Mark Nudelman[josesapelli@web452 ~]$ npm -version2.11.3created a virtualenv to install odoowithin the virtualenv:verified if LESS was still workinggit clone https://github.com/odoo/odoo.gitpip install -r requirements.txt (gevent wouldnt instll due to wheel errors, after removing gevent it installed all the addons)python setup.py installcreated the Databaseand browse to odoo:\But still getting the "Could not execute command 'lessc" and the admin panel is missing quite some styles (does not render propetly)Event installing the blog addon as some suggested doesnt make a difference.So somehow odoo still cant get to less, but the cmd line does say otherwise.Hopefully someone got an idea.thanks!arjan-_______________________________________________
Mailing-List: https://www.odoo.com/groups/community-59
Post to: mailto:community@mail.odoo.com
Unsubscribe: https://www.odoo.com/groups?unsubscribe
_______________________________________________
Mailing-List: https://www.odoo.com/groups/community-59
Post to: mailto:community@mail.odoo.com
Unsubscribe: https://www.odoo.com/groups?unsubscribe
_______________________________________________
Mailing-List: https://www.odoo.com/groups/community-59
Post to: mailto:community@mail.odoo.com
Unsubscribe: https://www.odoo.com/groups?unsubscribe
_______________________________________________
Mailing-List: https://www.odoo.com/groups/community-59
Post to: mailto:community@mail.odoo.com
Unsubscribe: https://www.odoo.com/groups?unsubscribe
_______________________________________________
Mailing-List: https://www.odoo.com/groups/community-59
Post to: mailto:community@mail.odoo.com
Unsubscribe: https://www.odoo.com/groups?unsubscribe