I'm new to Ubuntu and OMERO but am working on creating an OMERO.server instillation on ubuntu 14.04 with ICE3.5
I'm following this guide: https://www.openmicroscopy.org/site/sup ... rough.html
and have some questions regarding the procedure.
When I create the directory "$OMERO_DATA_DIR" is this supposed to be in my home directory? I'm not sure where to put this...
on the Create a database user and initialize a new database for OMERO section when I run:
echo "CREATE USER $OMERO_DB_USER PASSWORD '$OMERO_DB_PASS'" | \
su - postgres -c psql
I got an error that said "su must be run in a terminal"
To correct this issue I tried running the command one line at a time as root (so seperating the commands and inputing them one by one without the "\" symbol)
The first line went thorugh... but now the new error has changed to:
ERROR: syntax error at or near "'OMERO_DB_PASS'"
LINE 1: CREATE USER PASSWORD 'OMERO_DB_PASS'
^ symbol is below the single quote mark
I'm not sure what I messed up or how to correct this situation... thanks for any help received!
Shane