hello jmoore;
the part of the command:
cd c:\omero_dist
bin\omero config set omero.db.name myDatabase
bin\omero config set omero.db.user me
bin\omero config set omero.db.pass TopSecret
If you have chosen a non-standard OmeroBinaryRepository location above, be sure to configure the omero.data.dir property. When using C:\ style file paths it is necessary to "escape" the backslashes. For example:
bin\omero config set omero.data.dir D:\\OMERO
Create the OMERO database initialization script. You will be asked for the version of the script which you would like to generate, where both defaults can be accepted. Finally, you'll be asked to enter and confirm password for your newly created OMERO root user (this should not be the same as your Windows login user!)
c:\> cd C:\omero_dist\
c:\omero_dist> bin\omero db script
Please enter omero.db.version [OMERO4.2]:
Please enter omero.db.patch [0]:
Please enter password for new OMERO root user:
Please re-enter password for new OMERO root user:
Saving to C:\omero_dist\OMERO4.2__0.sql
.
.
.
.
What I use as a command prompt ????... activepython??????
thank you
chettia