Skip to content

Commit

Permalink
fixed content of create ivis client
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanPopenko committed Aug 10, 2016
1 parent 2946e0e commit 37375c8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ _____________
First of all you need install iVIS server. Visit `this page </en/latest/quick_start/walkthrough_install_ivis_server.html>`_
for details. When you have working iVIS server we can continue.

This client based on imCMS.
This client is based on imCMS.

Database configuration
----------------------

In the Terminal (Ctrl+ALt+T) input following commands to create the database:
In the Terminal (Ctrl+ALt+T) execute following commands to create the database:

.. code-block:: bash
mysql -u {username} -p{password} #{username} - database username, {password} - database password
CREATE DATABASE db_ivis_info;
Download file :download:`dump_db_ivis_info.sql <../files/dump_db_ivis_info.sql>`
Download file :download:`dump_db_ivis_info.sql <../files/dump_db_ivis_info.sql>`.

In the Terminal(Ctrl+ALt+T) execute following command to run dump file:
In the Terminal (Ctrl+ALt+T) execute following command to run dump file:

.. code-block:: bash
Expand All @@ -47,12 +47,16 @@ Run Tomcat by executing following command in the Terminal:
./startup.sh
Open in your browser http://localhost:8080/client.
Open iVIS Сlient in your browser: http://localhost:8080/client.

Login: admin

Password: password

.. note::
Default installations of the iVIS Server and iVIS Client have configured client in the database.
You can read more about it `here </en/latest/api/authorization.html>`_.

If you see this image, everything is good, congratulations!

.. image:: /images/ivisClientStartPage.png
Expand Down
4 changes: 4 additions & 0 deletions docs/quick_start/walkthrough_install_ivis_server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ Login: admin

Password: password

.. note::
Default installations of the iVIS Server have configured user and person related in the database.
You can read more about it `here </en/latest/api/authorization.html>`_.

If you see this image, everything is good, congratulations!

.. image:: /images/ivisServerStartPage.png
Expand Down

0 comments on commit 37375c8

Please sign in to comment.