Search Criteria
Package Details: archipel-client 0.6.0.beta-1
Git Clone URL: | https://aur.archlinux.org/archipel-client.git (read-only, click to copy) |
---|---|
Package Base: | archipel-client |
Description: | A solution to manage and supervise virtual machines. (GUI) |
Upstream URL: | http://archipelproject.org/ |
Licenses: | |
Submitter: | Shanto |
Maintainer: | sleduc |
Last Packager: | sleduc |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2011-12-30 12:02 |
Last Updated: | 2015-06-13 08:55 |
Latest Comments
Nowaker commented on 2013-01-27 22:50
The fastest way to get Archipel working on localhost:
cd /usr/share/archipel; python2 -m SimpleHTTPServer
Here's a systemd unit file if anyone's interested:
[Unit]
Description=Archipel GUI HTTP server
[Service]
WorkingDirectory=/usr/share/archipel
ExecStart=/usr/bin/python2 -m SimpleHTTPServer
sleduc commented on 2012-07-27 11:55
I can't figure out why this package had been flagged out-of-date since it used to fetch the nightly version of sources…
Anyway since there is an upstream release of archipel-client tagged "beta5" and there is no reason IMO that this package should use nightly builds, I switched it to the beta5 version.
This is also more coherent towards the archipel-agent package which is also in this beta5 version.
Anonymous comment on 2012-06-11 00:20
I suggest changing the source to
http://nightlies.archipelproject.org/latest-archipel-client.tar.gz
Anonymous comment on 2012-06-11 00:06
Broken link.
Connecting to nightlies.archipelproject.org|46.4.248.206|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-06-11 10:05:52 ERROR 404: Not Found.
==> ERROR: Failure while downloading Archipel-nightly-201205080149-60ce852-client.tar.gz
Aborting...
The build failed.