2018-03-30 13:42:41 +02:00
|
|
|
:banner: banners/flectra_installing.jpg
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
.. _setup/install:
|
|
|
|
|
2018-03-14 10:18:18 +01:00
|
|
|
==================
|
2018-02-12 08:55:56 +01:00
|
|
|
Installing Flectra
|
2018-03-14 10:18:18 +01:00
|
|
|
==================
|
2018-01-16 06:58:15 +01:00
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
There are mutliple ways to install Flectra, or not install it at all, depending
|
2018-01-16 06:58:15 +01:00
|
|
|
on the intended use case.
|
|
|
|
|
|
|
|
This documents attempts to describe most of the installation options.
|
|
|
|
|
|
|
|
:ref:`setup/install/packaged`
|
2018-02-12 08:55:56 +01:00
|
|
|
Suitable for testing Flectra, developing modules and can be used for
|
2018-01-16 06:58:15 +01:00
|
|
|
long-term production use with additional deployment and maintenance work.
|
|
|
|
|
|
|
|
:ref:`setup/install/source`
|
2018-02-12 08:55:56 +01:00
|
|
|
Provides greater flexibility: e.g. allow multiple running Flectra versions on
|
2018-01-16 06:58:15 +01:00
|
|
|
the same system. Good for developing modules, can be used as base for
|
|
|
|
production deployment.
|
|
|
|
|
|
|
|
:ref:`setup/install/docker`
|
|
|
|
If you usually use docker_ for development or deployment, an official
|
|
|
|
docker_ base image is available.
|
|
|
|
|
|
|
|
.. _setup/install/packaged:
|
|
|
|
|
|
|
|
Packaged installers
|
|
|
|
===================
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
Flectra provides packaged installers for Windows, deb-based distributions
|
2018-01-16 06:58:15 +01:00
|
|
|
(Debian, Ubuntu, …) and RPM-based distributions (Fedora, CentOS, RHEL, …) for
|
2018-03-14 10:18:18 +01:00
|
|
|
the Community versions.
|
2018-01-16 06:58:15 +01:00
|
|
|
|
2018-03-14 10:18:18 +01:00
|
|
|
These packages automatically set up all dependencies,but may be difficult
|
|
|
|
to keep up-to-date.
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
Windows
|
|
|
|
-------
|
|
|
|
|
2018-03-14 10:18:18 +01:00
|
|
|
* Download the installer from our Community only
|
2018-01-16 06:58:15 +01:00
|
|
|
or the Windows installer from the Download_ page (any edition)
|
|
|
|
* Run the downloaded file
|
|
|
|
|
|
|
|
.. warning:: on Windows 8, you may see a warning titled "Windows protected
|
|
|
|
your PC". Click :guilabel:`More Info` then
|
|
|
|
:guilabel:`Run anyway`
|
|
|
|
|
|
|
|
* Accept the UAC_ prompt
|
|
|
|
* Go through the various installation steps
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
Flectra will automatically be started at the end of the installation.
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
Linux
|
|
|
|
-----
|
|
|
|
|
|
|
|
Debian/Ubuntu
|
|
|
|
'''''''''''''
|
|
|
|
|
2018-03-30 13:42:41 +02:00
|
|
|
Flectrahq 'deb' package currently supports `Debian Stretch`_, `Ubuntu Xenial`_,
|
2018-01-16 06:58:15 +01:00
|
|
|
`Ubuntu Zesty`_ and `Ubuntu Artful`_.
|
|
|
|
|
|
|
|
Prepare
|
|
|
|
^^^^^^^
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
Flectra needs a `PostgreSQL`_ server to run properly. The default configuration for
|
|
|
|
the Flectra 'deb' package is to use the PostgreSQL server on the same host as your
|
|
|
|
Flectra instance. Execute the following command as root in order to install
|
2018-01-16 06:58:15 +01:00
|
|
|
PostgreSQL server :
|
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
|
|
|
# apt-get install postgresql -y
|
|
|
|
|
|
|
|
In order to print PDF reports, you must install wkhtmltopdf_ yourself:
|
|
|
|
the version of wkhtmltopdf_ available in debian repositories does not support
|
|
|
|
headers and footers so it can not be installed automatically.
|
|
|
|
The recommended version is 0.12.1 and is available on `the wkhtmltopdf download page`_,
|
|
|
|
in the archive section.
|
|
|
|
|
|
|
|
Repository
|
|
|
|
^^^^^^^^^^
|
|
|
|
|
2018-03-30 13:42:41 +02:00
|
|
|
Flectra provides a repository that can be used with Debian and Ubuntu
|
2018-03-14 10:18:18 +01:00
|
|
|
distributions. It can be used to install Flectra by executing the following
|
|
|
|
commands as root:
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
2018-05-21 13:32:57 +02:00
|
|
|
# wget -O - https://download.flectrahq.com/flectra.key | apt-key add -
|
2018-03-30 13:42:41 +02:00
|
|
|
# echo "deb https://download.flectrahq.com/1.0/pub/deb/ ./" >> /etc/apt/sources.list.d/flectra.list
|
2018-02-12 08:55:56 +01:00
|
|
|
# apt-get update && apt-get install flectra
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
You can then use the usual ``apt-get upgrade`` command to keep your installation up-to-date.
|
|
|
|
|
|
|
|
Deb Package
|
|
|
|
^^^^^^^^^^^
|
|
|
|
|
|
|
|
Instead of using the repository as described above, the 'deb' package can be
|
|
|
|
downloaded here:
|
|
|
|
|
2018-03-14 10:18:18 +01:00
|
|
|
* Community Edition: `flectrahq`_
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
You can then use ``gdebi``:
|
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
|
|
|
# gdebi <path_to_installation_package>
|
|
|
|
|
|
|
|
Or ``dpkg`` (handles less dependencies automatically):
|
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
|
|
|
# dpkg -i <path_to_installation_package> # this probably fails with missing dependencies
|
|
|
|
# apt-get install -f # should install the missing dependencies
|
|
|
|
# dpkg -i <path_to_installation_package>
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
This will install Flectra as a service, create the necessary PostgreSQL_ user
|
2018-01-16 06:58:15 +01:00
|
|
|
and automatically start the server.
|
|
|
|
|
|
|
|
.. warning:: The 3 following python packages are only suggested by the Debian package.
|
|
|
|
Those packages are not available in Ubuntu Xenial (16.04).
|
|
|
|
|
|
|
|
* python3-vobject: Used in calendars to produce ical files.
|
|
|
|
* python3-pyldap: Used to authenticat users with LDAP.
|
|
|
|
* python3-qrcode: Used by the hardware driver for ESC/POS
|
|
|
|
|
|
|
|
If you need one or all of the packages mentioned in the above warning, you can install them manually.
|
|
|
|
One way to do it, is simply using pip3 like this:
|
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
|
|
|
$ sudo pip3 install vobject qrcode
|
|
|
|
$ sudo apt install libldap2-dev libsasl2-dev
|
|
|
|
$ sudo pip3 install pyldap
|
|
|
|
|
|
|
|
.. warning:: Debian 9 and Ubuntu do not provide a package for the python module
|
|
|
|
num2words.
|
2018-02-12 08:55:56 +01:00
|
|
|
Textual amounts will not be rendered by Flectra and this could cause
|
2018-01-16 06:58:15 +01:00
|
|
|
problems with the "l10n_mx_edi" module.
|
|
|
|
|
|
|
|
If you need this feature, you can install the python module like this:
|
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
|
|
|
$ sudo pip3 install num2words
|
|
|
|
|
|
|
|
Fedora
|
|
|
|
''''''
|
|
|
|
|
2018-03-30 13:42:41 +02:00
|
|
|
FlectraHQ 'rpm' package supports Fedora 26.
|
2018-01-16 06:58:15 +01:00
|
|
|
As of 2017, CentOS does not have the minimum Python requirements (3.5) for
|
2018-03-14 10:18:18 +01:00
|
|
|
Flectra 1.0.
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
Prepare
|
|
|
|
^^^^^^^
|
2018-02-12 08:55:56 +01:00
|
|
|
Flectra needs a `PostgreSQL`_ server to run properly. Assuming that the 'sudo'
|
2018-01-16 06:58:15 +01:00
|
|
|
command is available and configured properly, run the following commands :
|
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
|
|
|
$ sudo dnf install -y postgresql-server
|
|
|
|
$ sudo postgresql-setup --initdb --unit postgresql
|
|
|
|
$ sudo systemctl enable postgresql
|
|
|
|
$ sudo systemctl start postgresql
|
|
|
|
|
|
|
|
In order to print PDF reports, you must install wkhtmltopdf_ yourself:
|
|
|
|
the version of wkhtmltopdf_ available in debian repositories does not support
|
|
|
|
headers and footers so it can not be installed automatically.
|
|
|
|
The recommended version is 0.12.1 and is available on `the wkhtmltopdf download page`_,
|
|
|
|
in the archive section.
|
|
|
|
|
|
|
|
Repository
|
|
|
|
^^^^^^^^^^
|
|
|
|
|
2018-03-30 13:42:41 +02:00
|
|
|
Flectra provides a repository that can be used with the Fedora distibutions.
|
2018-02-12 08:55:56 +01:00
|
|
|
It can be used to install Flectra Community Edition by executing the following
|
2018-01-16 06:58:15 +01:00
|
|
|
commands:
|
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
2018-03-14 10:18:18 +01:00
|
|
|
$ sudo dnf config-manager --add-repo=https://download.flectrahq.com/1.0/pub/rpm/flectra_1.0.latest.noarch.rpm
|
2018-02-12 08:55:56 +01:00
|
|
|
$ sudo dnf install -y flectra
|
|
|
|
$ sudo systemctl enable flectra
|
|
|
|
$ sudo systemctl start flectra
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
RPM package
|
|
|
|
^^^^^^^^^^^
|
|
|
|
|
|
|
|
Instead of using the repository as described above, the 'rpm' package can be
|
|
|
|
downloaded here:
|
|
|
|
|
2018-03-14 10:18:18 +01:00
|
|
|
* Community Edition: `flectrahq_rpm`_
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
Once downloaded, the package can be installed using the 'dnf' package manager:
|
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
2018-03-14 10:18:18 +01:00
|
|
|
$ sudo dnf localinstall flectra_1.0.latest.noarch.rpm
|
2018-02-12 08:55:56 +01:00
|
|
|
$ sudo systemctl enable flectra
|
|
|
|
$ sudo systemctl start flectra
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
.. _setup/install/source:
|
|
|
|
|
|
|
|
Source Install
|
|
|
|
==============
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
The source "installation" really is about not installing Flectra, and running
|
2018-01-16 06:58:15 +01:00
|
|
|
it directly from source instead.
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
This can be more convenient for module developers as the Flectra source is
|
2018-01-16 06:58:15 +01:00
|
|
|
more easily accessible than using packaged installation (for information or
|
|
|
|
to build this documentation and have it available offline).
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
It also makes starting and stopping Flectra more flexible and explicit than the
|
2018-01-16 06:58:15 +01:00
|
|
|
services set up by the packaged installations, and allows overriding settings
|
|
|
|
using :ref:`command-line parameters <reference/cmdline>` without needing to
|
|
|
|
edit a configuration file.
|
|
|
|
|
|
|
|
Finally it provides greater control over the system's set up, and allows more
|
2018-02-12 08:55:56 +01:00
|
|
|
easily keeping (and running) multiple versions of Flectra side-by-side.
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
Prepare
|
|
|
|
-------
|
|
|
|
|
|
|
|
Source installation requires manually installing dependencies:
|
|
|
|
|
|
|
|
* Python 3.5+.
|
|
|
|
|
|
|
|
- on Linux and OS X, using your package manager if not installed by default
|
|
|
|
|
|
|
|
.. note:: on some system, ``python`` command refers to Python 2 (outdated)
|
|
|
|
or to Python 3 (supported). Make sure you are using the right
|
|
|
|
version and that the alias ``python3`` is present in your
|
|
|
|
:envvar:`PATH`
|
|
|
|
|
|
|
|
- on Windows, use `the official Python 3 installer
|
|
|
|
<https://www.python.org/downloads/windows/>`_.
|
|
|
|
|
|
|
|
.. warning:: select "add python.exe to Path" during installation, and
|
|
|
|
reboot afterwards to ensure the :envvar:`PATH` is updated
|
|
|
|
|
|
|
|
.. note:: if Python is already installed, make sure it is 3.5 or above,
|
2018-02-12 08:55:56 +01:00
|
|
|
previous versions are not compatible with Flectra.
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
* PostgreSQL, to use a local database
|
|
|
|
|
|
|
|
After installation you will need to create a postgres user: by default the
|
2018-02-12 08:55:56 +01:00
|
|
|
only user is ``postgres``, and Flectra forbids connecting as ``postgres``.
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
- on Linux, use your distribution's package, then create a postgres user
|
|
|
|
named like your login:
|
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
|
|
|
$ sudo su - postgres -c "createuser -s $USER"
|
|
|
|
|
|
|
|
Because the role login is the same as your unix login unix sockets can be
|
|
|
|
use without a password.
|
|
|
|
|
|
|
|
- on OS X, `postgres.app <http://postgresapp.com>`_ is the simplest way to
|
|
|
|
get started, then create a postgres user as on Linux
|
|
|
|
|
|
|
|
- on Windows, use `PostgreSQL for windows`_ then
|
|
|
|
|
|
|
|
- add PostgreSQL's ``bin`` directory (default:
|
|
|
|
``C:\Program Files\PostgreSQL\9.4\bin``) to your :envvar:`PATH`
|
|
|
|
- create a postgres user with a password using the pg admin gui: open
|
|
|
|
pgAdminIII, double-click the server to create a connection, select
|
|
|
|
:menuselection:`Edit --> New Object --> New Login Role`, enter the
|
2018-02-12 08:55:56 +01:00
|
|
|
usename in the :guilabel:`Role Name` field (e.g. ``flectra``), then open
|
|
|
|
the :guilabel:`Definition` tab and enter the password (e.g. ``flectra``),
|
2018-01-16 06:58:15 +01:00
|
|
|
then click :guilabel:`OK`.
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
The user and password must be passed to Flectra using either the
|
|
|
|
:option:`-w <flectra-bin -w>` and :option:`-r <flectra-bin -r>` options or
|
2018-01-16 06:58:15 +01:00
|
|
|
:ref:`the configuration file <reference/cmdline/config>`
|
|
|
|
|
|
|
|
* Python dependencies listed in the :file:`requirements.txt` file.
|
|
|
|
|
|
|
|
- on Linux, python dependencies may be installable with the system's package
|
|
|
|
manager or using pip.
|
|
|
|
|
|
|
|
For libraries using native code (Pillow, lxml, greenlet, gevent, psycopg2,
|
|
|
|
ldap) it may be necessary to install development tools and native
|
|
|
|
dependencies before pip is able to install the dependencies themselves.
|
|
|
|
These are available in ``-dev`` or ``-devel`` packages for Python,
|
|
|
|
Postgres, libxml2, libxslt, libevent, libsasl2 and libldap2. Then the Python
|
|
|
|
dependecies can themselves be installed:
|
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
|
|
|
$ pip3 install -r requirements.txt
|
|
|
|
|
|
|
|
- on OS X, you will need to install the Command Line Tools
|
|
|
|
(``xcode-select --install``) then download and install a package manager
|
|
|
|
of your choice (homebrew_, macports_) to install non-Python dependencies.
|
|
|
|
pip can then be used to install the Python dependencies as on Linux:
|
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
|
|
|
$ pip3 install -r requirements.txt
|
|
|
|
|
|
|
|
- on Windows you need to install some of the dependencies manually, tweak the
|
|
|
|
requirements.txt file, then run pip to install the remaning ones.
|
|
|
|
|
|
|
|
Install ``psycopg`` using the installer here
|
|
|
|
http://www.stickpeople.com/projects/python/win-psycopg/
|
|
|
|
|
|
|
|
Then use pip to install the dependencies using the following
|
2018-02-12 08:55:56 +01:00
|
|
|
command from a cmd.exe prompt (replace ``\YourFlectraPath`` by the actual
|
|
|
|
path where you downloaded Flectra):
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
.. code-block:: doscon
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
C:\> cd \YourFlectraPath
|
|
|
|
C:\YourFlectraPath> C:\Python35\Scripts\pip.exe install -r requirements.txt
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
* *Less CSS* via nodejs
|
|
|
|
|
|
|
|
- on Linux, use your distribution's package manager to install nodejs and
|
|
|
|
npm.
|
|
|
|
|
|
|
|
.. warning::
|
|
|
|
|
|
|
|
In debian wheezy and Ubuntu 13.10 and before you need to install
|
|
|
|
nodejs manually:
|
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
|
|
|
$ wget -qO- https://deb.nodesource.com/setup | bash -
|
|
|
|
$ apt-get install -y nodejs
|
|
|
|
|
|
|
|
In later debian (>jessie) and ubuntu (>14.04) you may need to add a
|
|
|
|
symlink as npm packages call ``node`` but debian calls the binary
|
|
|
|
``nodejs``
|
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
|
|
|
$ apt-get install -y npm
|
|
|
|
$ sudo ln -s /usr/bin/nodejs /usr/bin/node
|
|
|
|
|
|
|
|
Once npm is installed, use it to install less:
|
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
|
|
|
$ sudo npm install -g less
|
|
|
|
|
|
|
|
- on OS X, install nodejs via your preferred package manager (homebrew_,
|
|
|
|
macports_) then install less:
|
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
|
|
|
$ sudo npm install -g less
|
|
|
|
|
|
|
|
- on Windows, `install nodejs <http://nodejs.org/download/>`_, reboot (to
|
|
|
|
update the :envvar:`PATH`) and install less:
|
|
|
|
|
|
|
|
.. code-block:: doscon
|
|
|
|
|
|
|
|
C:\> npm install -g less
|
|
|
|
|
|
|
|
Fetch the sources
|
|
|
|
-----------------
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
There are two ways to obtain the Flectra source code: zip or git.
|
2018-01-16 06:58:15 +01:00
|
|
|
|
2018-03-14 10:18:18 +01:00
|
|
|
* Flectra zip can be downloaded from our flectrahq_ server or our flectrahq_zip_ page,
|
2018-01-16 06:58:15 +01:00
|
|
|
the zip file then needs to be uncompressed to use its content
|
|
|
|
|
2018-03-14 10:18:18 +01:00
|
|
|
* gitlab allows simpler update and easier switching between different versions
|
2018-02-12 08:55:56 +01:00
|
|
|
of Flectra. It also simplifies maintaining non-module patches and
|
2018-01-16 06:58:15 +01:00
|
|
|
contributions. The primary drawback of git is that it is significantly
|
2018-02-12 08:55:56 +01:00
|
|
|
larger than a tarball as it contains the entire history of the Flectra project.
|
2018-01-16 06:58:15 +01:00
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
Running Flectra
|
2018-03-14 10:18:18 +01:00
|
|
|
---------------
|
2018-01-16 06:58:15 +01:00
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
Once all dependencies are set up, Flectra can be launched by running ``flectra-bin``.
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
:ref:`Configuration <reference/cmdline>` can be provided either through
|
|
|
|
:ref:`command-line arguments <reference/cmdline>` or through a
|
|
|
|
:ref:`configuration file <reference/cmdline/config>`.
|
|
|
|
|
|
|
|
Common necessary configurations are:
|
|
|
|
|
|
|
|
* PostgreSQL host, port, user and password.
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
Flectra has no defaults beyond
|
2018-01-16 06:58:15 +01:00
|
|
|
`psycopg2's defaults <http://initd.org/psycopg/docs/module.html>`_: connects
|
|
|
|
over a UNIX socket on port 5432 with the current user and no password. By
|
|
|
|
default this should work on Linux and OS X, but it *will not work* on
|
|
|
|
windows as it does not support UNIX sockets.
|
|
|
|
|
|
|
|
* Custom addons path beyond the defaults, to load your own modules
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
Under Windows a typical way to execute flectra would be:
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
.. code-block:: doscon
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
C:\YourFlectraPath> python3 flectra-bin -w flectra -r flectra --addons-path=addons,../mymodules --db-filter=mydb$
|
2018-01-16 06:58:15 +01:00
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
Where ``flectra``, ``flectra`` are the postgresql login and password,
|
2018-01-16 06:58:15 +01:00
|
|
|
``../mymodules`` a directory with additional addons and ``mydb`` the default
|
2018-03-14 10:18:18 +01:00
|
|
|
db to serve on localhost:7073
|
2018-01-16 06:58:15 +01:00
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
Under Unix a typical way to execute flectra would be:
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
$ ./flectra-bin --addons-path=addons,../mymodules --db-filter=mydb$
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
Where ``../mymodules`` is a directory with additional addons and ``mydb`` the
|
2018-03-14 10:18:18 +01:00
|
|
|
default db to serve on localhost:7073
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
Virtualenv
|
|
|
|
----------
|
|
|
|
|
|
|
|
Virtualenv_ is a tool to create Python isolated environments because it's
|
|
|
|
sometimes preferable to not mix your distribution python modules packages
|
|
|
|
with globally installed python modules with pip.
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
This section will explain how to run Flectra in a such isolated Python environment.
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
Here we are going to use virtualenvwrapper_ which is a set of shell scripts that
|
|
|
|
makes the use of virtualenv easier.
|
|
|
|
|
|
|
|
The examples below are based on a Debian 9 distribution but could be adapted on
|
|
|
|
any platform where virtualenvwrapper_ and virtualenv_ are able to run.
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
This section assumes that you obtained the Flectra sources from the zip file or the
|
2018-01-16 06:58:15 +01:00
|
|
|
git repository as explained above. The same apply for postgresql installation
|
|
|
|
and configuration.
|
|
|
|
|
|
|
|
Install virtualenvwrapper
|
|
|
|
'''''''''''''''''''''''''
|
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
|
|
|
$ sudo apt install virtualenvwrapper
|
|
|
|
$ source /usr/share/virtualenvwrapper/virtualenvwrapper.sh
|
|
|
|
|
|
|
|
This will install virtualenvwrapper_ and activate it immediately.
|
2018-02-12 08:55:56 +01:00
|
|
|
Now, let's install the tools required to build Flectra dependencies if needed:
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
|
|
|
$ sudo apt install build-essential python3-dev libxslt-dev libzip-dev libldap2-dev libsasl2-dev
|
|
|
|
|
|
|
|
Create an isolated environment
|
|
|
|
''''''''''''''''''''''''''''''
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
Now we can create a virtual environment for Flectra like this:
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
$ mkvirtualenv -p /usr/bin/python3 flectra-venv
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
With this command, we ask for an isolated Python3 environment that will be named
|
2018-02-12 08:55:56 +01:00
|
|
|
"flectra-env". If the command works as expected, your shell is now using this
|
2018-01-16 06:58:15 +01:00
|
|
|
environment. Your prompt should have changed to remind you that you are using
|
|
|
|
an isolated environment. You can verify with this command:
|
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
|
|
|
$ which python3
|
|
|
|
|
|
|
|
This command should show you the path to the Python interpreter located in the
|
|
|
|
isolated environment directory.
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
Now let's install the Flectra required python packages:
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
$ cd your_flectra_sources_path
|
2018-01-16 06:58:15 +01:00
|
|
|
$ pip install -r requirements.txt
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
After a little while, you should be ready to run flectra from the command line as
|
2018-01-16 06:58:15 +01:00
|
|
|
explained above.
|
|
|
|
|
|
|
|
When you you want to leave the virtual environment, just issue this command:
|
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
|
|
|
$ deactivate
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
Whenever you want to work again with your 'flectra-venv' environment:
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
.. code-block:: console
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
$ workon flectra-venv
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
.. _setup/install/docker:
|
|
|
|
|
|
|
|
Docker
|
|
|
|
======
|
|
|
|
|
2018-02-12 08:55:56 +01:00
|
|
|
The full documentation on how to use Flectra with Docker can be found on the
|
2018-03-14 10:18:18 +01:00
|
|
|
offcial Flectra `docker image <https://hub.docker.com/r/flectrahq/flectra/>`_ page.
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
.. _docker: https://www.docker.com
|
|
|
|
.. _Debian Stretch: https://www.debian.org/releases/stretch/
|
|
|
|
.. _Ubuntu Xenial: http://releases.ubuntu.com/16.04/
|
|
|
|
.. _Ubuntu Zesty: http://releases.ubuntu.com/17.04/
|
|
|
|
.. _Ubuntu Artful: http://releases.ubuntu.com/17.10/
|
|
|
|
.. _EPEL: https://fedoraproject.org/wiki/EPEL
|
|
|
|
.. _PostgreSQL: http://www.postgresql.org
|
|
|
|
.. _the official installer:
|
|
|
|
.. _install pip:
|
|
|
|
https://pip.pypa.io/en/latest/installing.html#install-pip
|
|
|
|
.. _PostgreSQL for windows:
|
|
|
|
http://www.enterprisedb.com/products-services-training/pgdownload
|
|
|
|
.. _Quilt: http://en.wikipedia.org/wiki/Quilt_(software)
|
2018-10-15 11:59:04 +02:00
|
|
|
.. _saas: https://www.flectrahq.com
|
2018-01-16 06:58:15 +01:00
|
|
|
.. _the wkhtmltopdf download page: https://github.com/wkhtmltopdf/wkhtmltopdf/releases/tag/0.12.1
|
|
|
|
.. _UAC: http://en.wikipedia.org/wiki/User_Account_Control
|
|
|
|
.. _wkhtmltopdf: http://wkhtmltopdf.org
|
|
|
|
.. _pip: https://pip.pypa.io
|
|
|
|
.. _macports: https://www.macports.org
|
|
|
|
.. _homebrew: http://brew.sh
|
|
|
|
.. _wheels: https://wheel.readthedocs.org/en/latest/
|
|
|
|
.. _virtualenv: https://pypi.python.org/pypi/virtualenv
|
|
|
|
.. _virtualenvwrapper: https://virtualenvwrapper.readthedocs.io/en/latest/
|
|
|
|
.. _pywin32: http://sourceforge.net/projects/pywin32/files/pywin32/
|
2018-03-14 10:18:18 +01:00
|
|
|
.. _the repository: https://gitlab.com/flectra-hq/flectra
|
2018-01-16 06:58:15 +01:00
|
|
|
.. _git: http://git-scm.com
|
2018-10-15 11:59:04 +02:00
|
|
|
.. _extra: https://download.flectrahq.com
|
|
|
|
.. _flectrahq_rpm: https://download.flectrahq.com
|
|
|
|
.. _Download: https://download.flectrahq.com
|
|
|
|
.. _flectrahq_zip: https://download.flectrahq.com
|
|
|
|
.. _flectrahq: https://download.flectrahq.com
|
2018-03-14 10:18:18 +01:00
|
|
|
|