Skip to content

Commit

Permalink
fixed link
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanPopenko committed Aug 10, 2016
1 parent 411e8fa commit 005db4d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 21 deletions.
17 changes: 4 additions & 13 deletions docs/quick_start/installation.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Software installation
Software Installation
=====================

Process will be describe in Ubuntu Terminal (Ctrl+Alt+T), and all following code you need input there.
Expand All @@ -10,15 +10,6 @@ Install Git
sudo apt-get install git-all
Clone project from GitHub repository
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. code-block:: bash
cd /home/username/directory #Directory in what you want to clone project
git clone https://github.com/imCodePartnerAB/iVIS.git
Install Java
~~~~~~~~~~~~

Expand Down Expand Up @@ -55,11 +46,11 @@ Install Maven
Download Tomcat server
~~~~~~~~~~~~~~~~~~~~~~

You can download from official `site <https://tomcat.apache.org//>`_
You can download it from the `official site <https://tomcat.apache.org//>`_

Or use it :download:`apache-tomcat-8.5.4.tar.gz <../files/apache-tomcat-8.5.4.tar.gz>`.
Or use this one: :download:`apache-tomcat-8.5.4.tar.gz <../files/apache-tomcat-8.5.4.tar.gz>`.

Extract Tomcat folder from archive in place what you want.
Extract Tomcat folder from the archive in the location you want.



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This client based on imCMS.

First of all you need install iVIS server.

For details visit this `page </en/latest/quick_start/walkthrough_install_ivis_server.html>`_ .
For details visit `this page </en/latest/quick_start/walkthrough_install_ivis_server.html>`_ .

If you run iVIS server, than can continue, otherwise you can't move on.

Expand Down
17 changes: 10 additions & 7 deletions docs/quick_start/walkthrough_install_ivis_server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Walkthrough: Install iVIS Server
Prerequisites
_____________

*For install iVIS server you need*:
*To install iVIS server you need*:

* `Git <https://git-scm.com//>`_
* `iVIS project <https://github.com/imCodePartnerAB/iVIS/>`_
Expand All @@ -13,12 +13,7 @@ _____________
* `Maven <https://maven.apache.org/>`_
* `Tomcat server <https://tomcat.apache.org//>`_

For details instruction of install this components visit page:

.. toctree::
:titlesonly:

installation
For detailed instructions of installing this components visit `this page </en/latest/quick_start/installation.html>`_.

Project structure
-----------------
Expand All @@ -32,6 +27,14 @@ iVIS maven project from GitHub consist of 4 modules:
Git configuration
-----------------

Clone project from GitHub repository:

.. code-block:: bash
cd /home/username/directory #Directory in what you want to clone project
git clone https://github.com/imCodePartnerAB/iVIS.git
First of all you need switch to branch of latest changes.

Current branch is NewApplicationFormArchitect
Expand Down

0 comments on commit 005db4d

Please sign in to comment.