Hello,
We are OnDemand newbies trying to install and configure OnDemand. We have installed dashboard and files core applications and we are on this step:
https://osc.github.io/ood-documentation/master/installation/from-source/finalizing.html
Add NGINX configs for the core web apps
touch /var/lib/ondemand-nginx/config/apps/sys/activejobs.conf
touch /var/lib/ondemand-nginx/config/apps/sys/dashboard.conf
touch /var/lib/ondemand-nginx/config/apps/sys/file-editor.conf
touch /var/lib/ondemand-nginx/config/apps/sys/files.conf
touch /var/lib/ondemand-nginx/config/apps/sys/myjobs.conf
touch /var/lib/ondemand-nginx/config/apps/sys/shell.conf
/opt/ood/nginx_stage/sbin/update_nginx_stage &>/dev/null || :
When we run the touch command for dashboard, it returns an error ‘No such file or directory’. We can see the config directory (/var/lib/ondemand-nginx/config) does not exist and am wondering if we are missing a step.
[root@ohylood1-d laud]# touch /var/lib/ondemand-nginx/config/apps/sys/dashboard.conf
touch: cannot touch ‘/var/lib/ondemand-nginx/config/apps/sys/dashboard.conf’: No such file or directory
[root@ohylood1-d laud]#
[root@ohylood1-d ondemand-nginx]# pwd
/var/lib/ondemand-nginx
[root@ohylood1-d ondemand-nginx]# ls -ltra
total 4
drwx------. 2 ondemand-nginx ondemand-nginx 6 May 12 12:21 tmp
drwxr-xr-x. 36 root root 4096 Aug 4 14:19 …
drwx------. 3 ondemand-nginx ondemand-nginx 17 Aug 4 14:19 .
[root@ohylood1-d ondemand-nginx]#
Thanks in advance