imwilsonxu/fbone

Issues aren't handled gracefully with init:myapp

gekitsuu opened this issue · 3 comments

I love the project and ran into some issues with the following:

  • Doesn't warn if Apache isn't installed and the init:mysite fails to copy to /etc/apache2/sites-available/
  • Doesn't warn if virtualenv isn't installed

Thanks, I'll fix it ASSP.

Fabric install also doesn't handle if the project was init'd earlier. Doesn't handle folders already existing.

I've removed init() in fabfile because it hardcodes too much.