I am trying to to deploy a Pharo web application on a linux server. I have followed the tutorial in the Pharo enterprise book.
However, when I type the command ./pharo Pharo.image save myApp
I get the message no such file or directory
What am I doing wrong?
Is your pharo binary file in the same directory where you are running the command (do you have executable rights)?
From the message I would guess that it can't find pharo binary.