DISQUS

Tech-Recipes: OS X: How to Install Symfony into MAMP | Apple Mac | Tech-Recipes

  • Cindy · 1 year ago
    AWESOME!!! Thanks for the info! Saved me hours!
  • davak · 1 year ago
    No problem! Welcome to the world of symfony! It's an amazing framework!
  • Felix · 1 year ago
    Somehow it doesnt work, even though i followed everything and did not get any errors it always gives me "command not found" when i try to use any symfony commands like
    symfony propel-build-all-load
  • dave · 11 months ago
    symfony propel-build-all
  • dave · 11 months ago
    or
    symfony propel-build-model
    symfony propel-build-sql
    symfony propel-insert-sql
  • Antonio · 11 months ago
    nice one! Thanks
  • dave · 11 months ago
    Thanks a lot .... works great for me
  • Keith Loy · 6 months ago
    Something you may want to add is a link to mysqladmin so that you can quickly setup databases from the command line as well.

    sudo ln -s /Applications/MAMP/library/bin/mysqladmin /usr/bin/mysqladmin

    is the line you'd do to do it.

    Thanks for the help by the way, I was having issues getting symfony installed through pear.
  • Raúl · 5 months ago
    better with "sudo ..."
  • Chuck · 4 months ago
    Thanks. That was very very helpful
  • djtooshay · 3 months ago
    I get a command not found on any symfony command I try. Any ideas?