Why does my fresh installed Pharo.image does not save as given in the tutorial?

96 Views Asked by At

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?

1

There are 1 best solutions below

2
On BEST ANSWER

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.