Misterblue/opensim-docker

run_standalone.sh Seems to Be Missing

Closed this issue · 2 comments

I've followed all the steps on the README but after building I don't see run_standalone.sh in opensim-docker/image-opensim to execute.

I do see run-opensim.sh but running the command
CONFIG_NAME=standalone-mysql CONFIGKEY=xxxxxxxxxxx EXTERNAL_HOSTNAME=localhost ./run-opensim.sh
gives me the following:

opensim-docker: running configuration file initialization
config/scripts/updateConfigFiles.sh: line 12: cd: /home/ag/opensim-docker/image-opensim/config/config-standalone-mysql: No such file or directory config/scripts/updateConfigFiles.sh: line 13: ../scripts/setEnvironment.sh: No such file or directory
opensim-docker: updateConfigFiles.sh: replacing vars in "/home/ag/opensim-docker/image-opensim/config/config-standalone-mysql/misc.ini"
sed: can't read /home/ag/opensim-docker/image-opensim/config/config-standalone-mysql/misc.ini: No such file or directory
opensim-docker: Copying Includes.ini into bin/config
cp: cannot stat 'config-standalone-mysql/Includes.ini': No such file or directory
ERROR: .FileNotFoundError: [Errno 2] No such file or directory: './config/config-standalone-mysql/docker-compose-external-config.yml'

Any ideas on what I'm doing wrong?

I seems there is a bug in the documentation. The problem is that the CONFIG_NAME should be "standalone-sql" and not "standalone-mysql".
The README.md has been updated.

Oh yup removing my did it, running now, thank you so much!