Skip to content

Commit

Permalink
EN Install instructions for 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycabot committed Dec 14, 2016
1 parent 8fa9e65 commit 7cb77e9
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 2 deletions.
44 changes: 42 additions & 2 deletions en/Admin/Install.rst
Expand Up @@ -36,6 +36,18 @@ to be corrected to install successfully the application.
See the page dedicated to commandline applications
:doc:`Setup and Console <Console>`

.. note::

If non packaged sources are used to install Phraseanet (for example those
from the GitHub project repository) run the *make* command for the
installation directory.

.. code-block:: bash
make
Web server configuration
------------------------

Expand Down Expand Up @@ -131,8 +143,36 @@ The installation process starts.
.. image:: ../images/Admin_Install_cli-02.jpg
:align: center

To make the system operational, it is necessary to
:ref:`start the tasks manager <start-tasks>`.
.. note::

The build-in sample configuration fill parameters for a local Elasticsearch
server using port 9200.

If necessary, edit the configuration file **config/configuration.yml** then
compile the modified configuration.

Please, have a look to :doc:`the Configuration page<Configuration>` for more
info.

* **Create Elasticsearch index**

.. code-block:: bash
bin/console s:i:c
* **List Phrasenaet tasks**

.. code-block:: bash
bin/console task-manager:task:list
* **Start Scheduler** in a screen:

.. code-block:: bash
bin/console task-manager:scheduler:run -vvv
Phraseanet is now operational.

.. _install-gui:

Expand Down
Binary file added en/images/Admin_Install_Set_ES.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified en/images/Admin_Install_screen-01.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified en/images/Admin_Install_screen-02.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified en/images/Admin_Install_screen-03.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified en/images/Admin_Install_screen-04.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added en/images/Admin_Install_screen-05 copie.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified en/images/Admin_Install_screen-05.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fr/images/Admin_Install_screen-05 copie.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7cb77e9

Please sign in to comment.