Home Documentation Download Pricing Buy Now

[Solved] External Tools with Mac OS Terminal

0 votes

Trying to figure out how to do this
http://support.orm-designer.com/474/export-to-orm-doctrine2-auto-generates-getters-and-setters#c613

But it assumes cmd (windows) ...how can I do this from terminal on Mac OS?

asked Dec 16, 2013 in Solved by leftrock (150 points)
recategorized Jan 9, 2014 by Martin Freki Stradej

1 Answer

0 votes
 
Best answer

Hi,
the form how to do this on Mac Os is following:

Title: Export SQL
Command: php /var/www/doctrine2-master/bin/doctrine.php
Arguments: orm:schema-tool:create --dump-sql > export/sql/schema-create.sql 2> export/sql/error.log
Initial Directory: $PROJECT_DIRECTORY

answered Dec 19, 2013 by Martin Freki Stradej Skipper developer (74,840 points)
selected Jul 30, 2014 by Martin Freki Stradej
...