Read the statement by Michael Teeuw here.
Small tips for developemnt on OSX
-
I’m not a developer. Once(past 10 yrs) I was, but no more now.
So these small tips might be not the best. And even many people might already know…
However I want to share with you.These tips are working on OSX.(Your mac should be in the same network with RPi) But I think these are possible in Windows also.
-
VNC : You don’t need any additional Monitor for development or configuring RPi(raspbian Jessie or Jessie lite)
If your raspbian has VNC Server (like X11VNC Server), You can see your raspi screen with your Safrari browser on your mac. Just open your safari and navigate tovnc://your-rpi-ip
(eg. vnc://192.168.178.100). It works perfectly. No additional vnc viewer is needed.
If you want to use Chrome, you can use this plugin. -
Sharing file system.
If you installedNetatalk
in your RPi, you can see your RPI files in your OSX Finder. You don’t need any FTP.
VNC setup and sharing file system instructions are here.
- Remote text editor instead nano
I always don’t like all the text-editors on the shell, VI, emacs, nano… :P
I recommendAtom.io
for developing.Textmate
andSublimeText
are also good. If you use one of these, you can open the file from Shell to your OSX GUI-editor.
for Atom
for Textmate
for SublimeText 3
(Technically, all these 3 use the same program -rmate
)
-