lxc-webpanel / LXC-Web-Panel

LXC Web Panel repository
http://lxc-webpanel.github.io/
MIT License
573 stars 206 forks source link

Missing fabric file? #114

Closed jondkelley closed 6 years ago

jondkelley commented 6 years ago

Has the project stopped using fabric?

If there is a workaround I can make a pull request for the documentation on CentOS. Thanks.

Expected Behavior

Just following initial steps http://claudyus.github.io/LXC-Web-Panel/ see also: "Installation on rpm system"

  git clone  git clone https://github.com/lxc-webpanel/LXC-Web-Panel.git
  cd LXC-Web-Panel
  fab build_assets         # build assets using python-fabric
  <Expect the installer to prepare assets>

Actual Behavior

  # git clone  git clone https://github.com/lxc-webpanel/LXC-Web-Panel.git
  # cd LXC-Web-Panel
  # fab build_assets 
  Fatal error: Couldn't find any fabfiles!
  Remember that -f can be used to specify fabfile path, and use -h for help.
  Aborting.

Steps to Reproduce the Problem

  1. See above (actual behavior)

Cause of Problem

We need a fab.py. I don't see "import fabric" anywhere in LXC-WEB code...

Specifications

ElieDeloumeau commented 6 years ago

Hi, you are on the wrong repo.