Hi folks, I want to run processes locally on my Mac and was able to install the Java JDK, Apache Maven, and Eclipse, and I have Chrome. Unfortunately, I’m stuck on one thing. When I launch the “start-camunda.sh” file it opens up in the Chrome browser but it just displays the code - it does not run the engine. It displays the following message but I am unsure how to fix it. Any help? Thanks in advance!
echo “starting camunda BPM platform on Tomcat Application Server”;
if [ -z “$BROWSER” ]; then
for executable in $BROWSERS; do
BROWSER=which $executable 2> /dev/null
if [ -n “$BROWSER” ]; then
break;
fi
done
fi
if [ -z “$BROWSER” ]; then
(sleep 15; echo -e “We are sorry… We tried all we could do but we couldn’t locate your default browser… \nIf you want to see our default website please open your browser and insert this URL:\nhttp://localhost:8080/camunda-welcome/index.html” &
else
(sleep 5; $BROWSER “http://localhost:8080/camunda-welcome/index.html” &
fi
Thanks, Thorben. Do I need to put a command before “start-camunda.sh”? I tried it without anything but that and it returned: “file /Users/jamesd/start-camunda.sh does not exist.” So I’m guessing I have not installed it properly. I’ll try reinstalling.
Thanks, Thorben. Unfortunately, it says “No such file or directory.” It’s not installed properly. I unzipped the file at my root user directory and have attempted to open it from there but it is not working:
Hi, I have the same error. Have u ever run Camunda on your mac? Can you tell me what you did in order to run it? I can’t always open the file “start-camunda.sh”. Thanks so much!
I have ever seen your tutorial videos on youtube and done the same steps by steps as the instructions. With Window it’s so easy to install Camunda. But I use Mac Air and I find it is so hard to do that.
I couldn’t run the file “start-camunda.sh” on Terminal. Although I tried my best, but I had always the error “the file does not exist”. Should I install Java Home firstly? Please tell me what should I do
It took me some days to run camunda but I failed ;((
You should indeed install Java - make sure to install Java 11.
The problem is probably that your terminal is not open in the same directory as the file.