There are many ways to achieve this, but what is a working way for non-deep-techies?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
The problem installing SASS for Odoo is the installation of the proper versions of the corresponding components.
The following components should be installed:
Ruby Version 2.2 (my recommendation, it must be 2 or higher, default Ubuntu deb is 1.9!)
SASS Version 3.4.25 (as implemented by compass, must be >= than 3.3.4)
compass (requires SASS >= 3.3.0 and < 3.5)
bootstrap-sass
An easy way to accomplish this is the following:
Get the Brightbox repository to install the Ruby version you like:
$ sudo apt-get install software-properties-common
$ sudo apt-add-repository ppa:brightbox/ruby-ng
$ sudo apt-get update
Then install Ruby 2.2:
$ sudo apt-get install ruby2.2 ruby2.2-dev
After that you can install SASS 3.4.25:
$ sudo gem install sass -v 3.4.25
and finally install compass and bootstrap-sass:
$ sudo gem install compass bootstrap-sass
Done.
SASS is needed for certain website modules. Here is a further reading: https://github.com/OCA/maintainer-quality-tools/pull/465
@ermin
I followed the same step but still i couldn't install odoo12
Could not execute command 'sassc'This error occured while compiling the bundle 'web.assets_frontend' containing
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
5
thg 1 24
|
2567 | ||
|
1
thg 5 25
|
1076 | ||
|
1
thg 4 25
|
2419 | ||
|
1
thg 4 25
|
3108 | ||
|
1
thg 4 25
|
782 |
HI Ermin,pls check below url, may be its helpfull for you.
https://doc.odoo.com/install/
No, not really. I'm talking about SASS compiler, as the title says.