Any install instructions for express version on Linux?

If should just be a matter of unzipping the download and running /bin/startup.sh. This is documented in the readme, called CONTENTBOX_RUNNING.TXT.

Note, it uses the Java home configured on our OS, so you might need to install Java first before it will run. I think we have a JDK in the download but for some reason don’t actually use it.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

What I quickly found was making startup.sh executable and then I receive

./startup.sh
Cannot find ./catalina.sh
The file is absent or does not have execute permission
This file is needed to run this program

I’m on Debian, but do a bunch of files need to have permissions changed? I’m running it (trying) out of my home directory.

Maybe I need to make all the shell scripts in bin executable?