콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
4309 화면

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?


아바타
취소
베스트 답변

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

아바타
취소
작성자 베스트 답변

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

아바타
취소

You can install wkhtmltopdf by using this command also

sudo pip3 install wkhtmltopdf

작성자

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

so, i can't have odoo 14 repository?

작성자

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

관련 게시물 답글 화면 활동
1
12월 20
2570
3
9월 25
2658
0
8월 25
212
1
8월 25
2185
2
7월 25
8075