0

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?

tukan
  • 17,050
  • 1
  • 20
  • 48
ludo
  • 543
  • 3
  • 14

1 Answers1

2

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.

tukan
  • 17,050
  • 1
  • 20
  • 48