odoo9 install

odoo9 的安装需要 nodejs 的 lessc 命令。 需要先安装nodejs 后,使用nmp(nodejs的一个包管理工具) 安装lessc等功能。

window

1:安装nodejs。 安装后需要重启

2:npm install -g less less-plugin-clean-css

如何安装有错误,找不到package.json文件  ,则先cd到 C:\Program Files\nodejs\node_modules\amdefine(package.json的目录)

on Linux, use your distribution’s package manager to install nodejs and npm.

Warning
In debian wheezy and Ubuntu 13.10 and before you need to install nodejs manually:

$ wget -qO- https://deb.nodesource.com/setup | bash -
$ apt-get install -y nodejs
In later debian (>jessie) and ubuntu (>14.04) you may need to add a symlink as npm packages call node but debian calls the binary nodejs

$ apt-get install -y npm
$ sudo ln -s /usr/bin/nodejs /usr/bin/node
Once npm is installed, use it to install less and less-plugin-clean-css:

$ sudo npm install -g less less-plugin-clean-css
on OS X, install nodejs via your preferred package manager (homebrew, macports) then install less and less-plugin-clean-css:

$ sudo npm install -g less less-plugin-clean-css
on Windows, install nodejs, reboot (to update the PATH) and install less and less-plugin-clean-css:

C:\> npm install -g less less-plugin-clean-css

--------cetos6.5-------
yum install -y nodejs
yum install -y npm
ln -s /usr/bin/nodejs /usr/bin/node
npm install -g less less-plugin-clean-css
 reboot

时间: 2024-08-26 22:33:40

odoo9 install的相关文章

odoo9 部署步详细步骤

sudo apt-get updatesudo apt-get dist-upgrade 一:安装和配置pg sudo apt-get install  postgreslq sudo su - postgres createuser --createdb --username postgres --no-createrole --no-superuser --pwprompt odoo exit #修改 postgresql.conf (打开listen端口),   pg_hba.conf  

mac 10.13.2配置odoo9的环境

相关参考文档: 1.中英对照,卓忆整理简单翻译及验证:在Macos安装Odoo及配置odoo开发环境 2.Mac OS X 10.13上 安装odoo 11.0开发环境 正文 一:安装Homebrew 通过Homebrew我们可以像在linux中那样在终端中安装 安装包. 在MacOS的终端(Terminal)中键入以下命令(注意不包含#) ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/maste

Install Hyper-V on Windows 10

? Enable Hyper-V to create virtual machines on Windows 10.Hyper-V can be enabled in many ways including using the Windows 10 control panel, PowerShell (my favorite) or using the Deployment Imaging Servicing and Management tool (DISM). This documents

Ubuntu16.04 install OpenJDK8

1.按Ctrl + Alt + T打开终端.打开后,运行下面的命令来添加PPA:sudo add-apt-repository ppa:openjdk-r/ppa 2.之后,更新系统包缓存并安装OpenJDK 8: sudo apt-get update sudo apt-get install openjdk-8-jdk 3.如果您的系统上安装了多个Java版本.运行下面的命令设置默认的Java:sudo update-alternatives --config java 键入一个数字以选择J

Install Adobe Flash Player 11.2 on CentOS/RHEL 7/6/5, Fedora 20/19

Adobe Flash Player are very useful for watching videos in web browser online. Without flash player most of the videos will not play in your browser. This article will help you to install Adobe flash player plugin for your browsers in CentOS 6/5, Redh

How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu

About LAMP LAMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the virtual private server is already running Ubuntu, the linux part is taken care of. Here i

centos 6 oracle 11G DB install

因业务迁移,需重新部署oracle DB,此文仅作部署记录,部署文档主要参考官方文档http://docs.oracle.com/cd/E11882_01/install.112/e47689/toc.htm 概要: 主机:OpenStack 云主机 系统:Completing a Minimal Linux centos 6.8 x86_64 DB:Oracle Database 11g Release 2(11.2) 内存:2Gb 硬盘:/dev/vda 20Gb /dev/vdb 30Gb

nginx install

wget http://nginx.org/download/nginx-1.11.1.tar.gz tar xf nginx-1.11.1.tar.gz cd nginx-1.11.1 搭建yum环境,解决nginx需要的开发包 挂载光盘 mount /dev/cdrom /mnt cd /etc/yum.repos.d/ vim Centos_86x64.repo [base] name=Centos_86x64 baseurl=file:///mnt/ enabled=1 gpgcheck

Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast

1.事件描述:CentOS7下使用tree命令,发现该命令没有被安装,在安装的过程中发现yum报错 [[email protected] ~]# tree -d bash: tree: 未找到命令... [[email protected] ~]# yum -y install tree 已加载插件:fastestmirror, langpacks Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast