Issues aren't handled gracefully with init:myapp
gekitsuu opened this issue · 3 comments
gekitsuu commented
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
imwilsonxu commented
Thanks, I'll fix it ASSP.
chancez commented
Fabric install also doesn't handle if the project was init'd earlier. Doesn't handle folders already existing.
imwilsonxu commented
I've removed init() in fabfile because it hardcodes too much.