-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fabd73e
commit 5ff31f5
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# defintly - An app to help you define concepts well. | ||
|
||
![Defintly logo](.assets/logo.png) | ||
|
||
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). | ||
|
||
General command line interface overview: | ||
```` | ||
Flags: | ||
-h, --help Show context-sensitive help. | ||
--database-hostname="127.0.0.1" hostname of PostgreSQL instance | ||
--database-port=5432 port of the PostgreSQL instance | ||
--database-user="defintly" user of the PostgreSQL instance | ||
--database-password=STRING password of the PostgreSQL instance | ||
--database-name="defintly" name of the PostgreSQL instance database | ||
--database-ssl-mode="disable" enable/disable SSL connection to the PostgreSQL instance (see PostgreSQL | ||
documentation of specific values to enable) | ||
Commands: | ||
serve --database-password=STRING | ||
Start the webserver. | ||
import --database-password=STRING --excel-file=STRING | ||
Import data. | ||
```` | ||
|
||
Special parameters for ``serve``: | ||
```` | ||
--webserver-hostname="127.0.0.1" ip to bind the webserver to | ||
--webserver-port=4269 port to bind the webserver to | ||
```` | ||
|
||
Special parameters for ``import``: | ||
```` | ||
--excel-file=STRING Path to the excel file to import data from | ||
```` | ||
|
||
Importing is available from a special formatted Excel file with sheets "Categories", "Collections", "Concepts" and "Criteria". | ||
|
||
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. |