diff options
author | Alexander Kabui | 2020-11-25 23:18:54 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-11-26 22:00:07 +0300 |
commit | c854f716ba48fcbddb29cb7cb144f9c13277a670 (patch) | |
tree | 7d51ce1e1d1927f0bfde97c657655494a55b9750 | |
parent | 0554d214c73542b3d8aa3be59c60bc0247ab8478 (diff) | |
download | gn-docs-c854f716ba48fcbddb29cb7cb144f9c13277a670.tar.gz |
add environments page
-rw-r--r-- | general/environments/environments.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/general/environments/environments.md b/general/environments/environments.md new file mode 100644 index 0000000..9655597 --- /dev/null +++ b/general/environments/environments.md @@ -0,0 +1,19 @@ +### System properties + + +| Operating System | | | | +|---|---|---|---| +| Ubuntu | 12.04.5 LTS 64-bit | (http://www.ubuntu.com) | Free software licenses (mainly GPL) | +| **Database** | | | | +| MySQL | 5.5.40 | [http://www.mysql.com/](http://www.mysql.com/) | GPL (version 2) or proprietary | +| **Python** | | | | +| Python | 3.8 | [http://www.python.org/](http://www.python.org/) | Python Software Foundation License | +| Flask | 1.1.2 | [http://flask.pocoo.org/](http://flask.pocoo.org/) | BSD | +| Jinja2 | 2.6 | [http://jinja.pocoo.org/](http://jinja.pocoo.org/ ) | BSD | +| NumPy | 1.7.0 | [http://www.numpy.org/](http://www.numpy.org/) | BSD-new | +| SciPy | 0.11.0 | [http://www.scipy.org/]([http://www.scipy.org/]) | BSD-new | +| **JavaScript / CSS** | | | | +| jQuery | 1.10.2 | [http://jquery.com/]([http://jquery.com/) | MIT | +|Bootstrap | 3.3.0 | [http://getbootstrap.com/](http://getbootstrap.com/) | MIT License (Apache License 2.0 prior to 3.1.0) | +| DataTables | 1.10.19 | [http://www.datatables.net/](http://www.datatables.net/) | MIT | +| CKEditor | 4.13.0 | [http://ckeditor.com/](http://ckeditor.com/) | GPL, LGPL and MPL | |