ArchipelProject / Archipel

XMPP Based Orchestrator
http://archipelproject.org
GNU Affero General Public License v3.0
800 stars 126 forks source link

Archipel-Core not found #1184

Closed marvin-bitterlich closed 2 months ago

marvin-bitterlich commented 8 years ago

Trying to install Archipel from source on a gentoo system. I got all dependencies i found on the wiki but when I run: > sudo python2 /usr/bin/archipel-initinstall FATAL: you need to install archipel-core

Installed the source version once, also tried: > sudo python2 -m easy_install archipel-core Installed /usr/lib64/python2.7/site-packages/archipel_core-0.6.0b0.post0-py2.7.egg

Any tips on how to install this from source?

marvin-bitterlich commented 8 years ago

Once I get this to install correctly from source, I will create an ebuild for the project. Maybe this will help other gentoo users build this software.

ruthger commented 8 years ago

I have made PKGBUILD scripts for ArchLinux to build from GIT. A package for the agent and a package for the central agent. Maybe you can use it as an example.

https://aur.archlinux.org/packages/archipel-agent-git/ https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=archipel-agent-git

https://aur.archlinux.org/packages/archipel-central-agent-git/ https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=archipel-central-agent-git

The Archipel Client is package is build from the nightly. https://aur.archlinux.org/packages/archipel-client-nightly/ https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=archipel-client-nightly

moobyfr commented 8 years ago

don't use easy_install , it pulls a very old version of Archipel IIRC