I am in a Digital Ocean Ubuntu droplet trying to toggle development mode in my Magento installation so that I can develop a theme.
My problem is I can't figure out how to run magento deploy:mode:set developer
I gather I have to make the magento command global.
Well I tried: export PATH=/var/www/html/example.com/public_html/bin:$PATH
and that did not work.
If I type magento into the terminal it says Command Not Found.
Please assist.
php bin/magento deploy:mode:set developerfrom the magento root directory.