WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# defintly - An app to help you define concepts well.
2
+
3
+

4
+
5
+
This is the backend application for **defintly**, re-developed as part of a study assignment for the Berlin School of Economics and Law (Hochschule für Wirtschaft und Recht Berlin).
6
+
7
+
General command line interface overview:
8
+
````
9
+
Flags:
10
+
-h, --help Show context-sensitive help.
11
+
--database-hostname="127.0.0.1" hostname of PostgreSQL instance
12
+
--database-port=5432 port of the PostgreSQL instance
13
+
--database-user="defintly" user of the PostgreSQL instance
14
+
--database-password=STRING password of the PostgreSQL instance
15
+
--database-name="defintly" name of the PostgreSQL instance database
16
+
--database-ssl-mode="disable" enable/disable SSL connection to the PostgreSQL instance (see PostgreSQL
--webserver-hostname="127.0.0.1" ip to bind the webserver to
30
+
--webserver-port=4269 port to bind the webserver to
31
+
````
32
+
33
+
Special parameters for ``import``:
34
+
````
35
+
--excel-file=STRING Path to the excel file to import data from
36
+
````
37
+
38
+
Importing is available from a special formatted Excel file with sheets "Categories", "Collections", "Concepts" and "Criteria".
39
+
40
+
Checkout the [Defintly site](https://defintly.glideapp.io) for more information. Also visit [The AGI Sentinel Initiative](http://agisi.org) for more research about Artificial General Intelligence.
0 commit comments