User Login Details & mkdir issue
Posted: Thu Sep 14, 2017 7:07 am
Hi,
Based on the URl http://docs.openmicroscopy.org/omero/5. ... ice36.html
we tried the installation.during this we have some question on installation steps
1.Kindly mention the login credential in the top the Installation Commons (like need to root or the omero user)
Because we installed in root and some of the steps show error like
And during creation of User and directory for the OMERO repository installation we received this message
Kindly mention where to create this folder ? in which login root or omero ?
And in http://docs.openmicroscopy.org/omero/5. ... ce3.6.html
Configure OMERO.web and generate nginx template (run as omero): During this we recevied this error
Based on the URl http://docs.openmicroscopy.org/omero/5. ... ice36.html
we tried the installation.during this we have some question on installation steps
1.Kindly mention the login credential in the top the Installation Commons (like need to root or the omero user)
Because we installed in root and some of the steps show error like
- Code: Select all
[root@localhost omero]# OMERO.server/bin/omero config set omero.data.dir "$OMERO_DATA_DIR"
FATAL: Running OMERO.server/bin/omero as root can corrupt your directory permissions.
[root@localhost omero]# su omero
[omero@localhost ~]$ OMERO.server/bin/omero config set omero.data.dir "$OMERO_DATA_DIR"
[Errno 13] Permission denied: '/home/omero/OMERO.server/etc/grid/config.xml'
And during creation of User and directory for the OMERO repository installation we received this message
- Code: Select all
[root@localhost ~]# mkdir -p "$OMERO_DATA_DIR"
mkdir: cannot create directory ‘’: No such file or directory
[root@localhost ~]# pwd
/root
[root@localhost ~]#
[root@localhost omero]# mkdir -p "$OMERO_DATA_DIR"
mkdir: cannot create directory ‘’: No such file or directory
[root@localhost omero]# pwd
/home/omero
[root@localhost omero]#
Kindly mention where to create this folder ? in which login root or omero ?
And in http://docs.openmicroscopy.org/omero/5. ... ce3.6.html
Configure OMERO.web and generate nginx template (run as omero): During this we recevied this error
- Code: Select all
[omero@localhost ~]$ /home/omero/OMERO.py/bin/omero web config nginx --http "80" --servername "localhost" > /home/omero/nginx.conf.tmp
ERROR: Django not installed!