Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
4177 Lượt xem

hi all,

I am trying to install Odoo 14 on Fedora using Odoo official guide when I reached to Repository step and issued following with copy/paste it is showing status code 404, i checked the link in browser and found that file odoo.repo not exist, please help as it is Odoo Official installation guide:  https://www.odoo.com/documentation/14.0/setup/install.html


sudo dnf config-manager --add-repo=https://nightly.odoo.com/14.0/nightly/rpm/odoo.repo


Adding repo from: https://nightly.odoo.com/14.0/nightly/rpm/odoo.repo

Status code: 404 for https://nightly.odoo.com/14.0/nightly/rpm/odoo.repo (IP: 178.33.123.40)

Error: Configuration of repo failed


also there is a Warning for wkhtmltopdf that is not installed and saying that is sould be installed manually, please help to how i can install it?


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi Smith you can go through this link to setup odoo development environment:

https://www.odoo.com/documentation/14.0/setup/install.html#id7

Regarding the wkhtmltopdf warning you can resolve that by installing it manually by this command:

sudo wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.bionic_amd64.deb

sudo apt install ./wkhtmltox_0.12.6-1.bionic_amd64.deb

Thanks

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

hi, 

thanks for help and guidance, i can't comment so using Answer feature to reply on your post.

as i have mentioned, i am using Fedora and i think " sudo apt install " will not recognize by this distro ? 

you have mentioned  .deb packages which will not install in Fedora.

regards

Ảnh đại diện
Huỷ bỏ

You can install wkhtmltopdf by using this command also

sudo pip3 install wkhtmltopdf

Tác giả

thanks @Vishal Thacker for help showing command to install wkhtmltopdf using pip3.

so, i can't have odoo 14 repository?

Tác giả

sorry, but why i am not getting any notification of a reply on my posts when i am loging in here? is there any setting i have to made enable or something else? or just i Have to check my email for it?

Hi,

You can clone the odoo 14.0 repo from GitHub using the below command

git clone https://www.github.com/odoo/odoo --depth 1 --branch 14.0 /your/path

Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 12 20
2447
1
thg 7 25
2259
2
thg 7 25
7742
2
thg 7 25
4165
2
thg 7 25
3942