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
Skip to content

Commit 5ff31f5

Browse files
committed
add README
1 parent fabd73e commit 5ff31f5

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

.assets/logo.png

4.87 KB
Loading

README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# defintly - An app to help you define concepts well.
2+
3+
![Defintly logo](.assets/logo.png)
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
17+
documentation of specific values to enable)
18+
19+
Commands:
20+
serve --database-password=STRING
21+
Start the webserver.
22+
23+
import --database-password=STRING --excel-file=STRING
24+
Import data.
25+
````
26+
27+
Special parameters for ``serve``:
28+
````
29+
--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

Comments
 (0)