Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 28 additions & 28 deletions sysadmins/windows/server-installation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -389,15 +389,15 @@ is having a properly configured database.
:align: center
:alt: Options menu

Options menu
Options menu

.. figure:: /images/install-windows-screenshots/pgadmin-10viewlanguages.png
:figwidth: 45%
:width: 40%
:align: center
:alt: Enable display of installed languages

Enable display of installed languages
Enable display of installed languages

#. Navigate back to your database, expand the database's tree view
and finally expand the now available *Languages* item:
Expand All @@ -424,15 +424,15 @@ is having a properly configured database.
:align: center
:alt: Add new language

Add new language
Add new language

.. figure:: /images/install-windows-screenshots/pgadmin-13newlanguage-name.png
:figwidth: 45%
:width: 40%
:align: center
:alt: New language name

New language name
New language name

Location for your OMERO binary repository
-----------------------------------------
Expand Down Expand Up @@ -506,14 +506,14 @@ Installation
both defaults can be accepted. Finally, you'll be asked to enter and
confirm password for your newly created OMERO root user.

.. warning::
.. warning::

For illustrative purposes, the default password for the OMERO rootuser
is ``root_password``. However, you should not use this default value
for your installation but use your own choice of password instead.
For illustrative purposes, the default password for the OMERO rootuser
is ``root_password``. However, you should not use this default value
for your installation but use your own choice of password instead.

This should **not** be the same password as your Linux/Mac/Windows
root user!
This should **not** be the same password as your Linux/Mac/Windows
root user!

.. parsed-literal::

Expand All @@ -528,27 +528,27 @@ Installation
- Initialize your database with the script.


#. Launch *SQL Shell (psql)* from the Start Menu under
:menuselection:`Programs --> PostgreSQL 9.1 --> SQL Shell (psql)`
#. Launch *SQL Shell (psql)* from the Start Menu under
:menuselection:`Programs --> PostgreSQL 9.1 --> SQL Shell (psql)`

::
.. parsed-literal::

Server [localhost]:
Database [postgres]: omero_database
Port [5432]:
Username [postgres]: db_user
Password for user db_user:
Welcome to psql 9.1.4, the PostgreSQL interactive terminal.
Server [localhost]:
Database [postgres]: omero_database
Port [5432]:
Username [postgres]: db_user
Password for user db_user:
Welcome to psql 9.1.4, the PostgreSQL interactive terminal.

Type: \copyright for distribution terms
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help with psql commands
\g or terminate with semicolon to execute query
\q to quit

Warning: Console code page (437) differs from Windows code page (1252)
8-bit characters might not work correctly. See psql reference
page "Notes for Windows users" for details.
Warning: Console code page (437) differs from Windows code page
(1252) 8-bit characters might not work correctly. See psql
reference page "Notes for Windows users" for details.

#. Execute run the following to populate your database:

Expand Down Expand Up @@ -613,12 +613,12 @@ Installation
- You can now test that you can log-in as "root", either with the
OMERO.insight client or command-line:

.. parsed-literal::
.. parsed-literal::

C:\\OMERO.server-|version|> bin\\omero login
Server: [localhost]
Username: [root]
Password: # root_password
C:\\OMERO.server-|version|> bin\\omero login
Server: [localhost]
Username: [root]
Password: # root_password

OMERO.web and administration
----------------------------
Expand Down