Skip to content

Dependencies

Petr Stehlík edited this page Nov 7, 2017 · 4 revisions

Database

You can use one of the following databases for working with lgui:

  • mongodb
  • sqlite3

If you choose sqlite as your database server, install it using your primary package manager (apt, yum, brew). Using pip is strictly forbidden.

Frontend

You will need the latest versions of following tools:

  • nodejs
  • npm

Backend

  • Python2 or Python3.4+
  • virtualenv (a Python package)
Clone this wiki locally