williamaredal / BAT

BAT, short for Beam Archive Terminal, is a web application used for creating, storing and accessing information in a dossier format. Furthermore BAT has functions that enhances your ability to find connections and knowledge in your data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to setup BAT

Step 1:

Install python
Python: https://www.python.org/downloads/

Step 2:

Clone this repository

git clone "https://github.com/williamaredal/BAT"

Step 3:

You can change SECRET_KEY used to encrypt the app in .env, currently it's set to your_secret_key.

The host, port and debug mode can be changed from host='127.0.0.1', port=8000 in wsgi.py, and further config additions/edits can be done in config.py

Step 4:

Starting BAT inside the directory

pip install pipenv
pipenv install
pipenv shell
python wsgi.py

Now BAT should be running and accessible on http://localhost:8000 unless the port was changed

Step 5:

Create a user, and/or log in. Then, using the input terminal, you can run the functions listed below:

 -test
 -logout
 -fillmodel
[optional title (optional)] -make
[dossier title] -update
[dossier title] -update
[search term]:[required instances (optional)] -search
[word1],[word2]:[required link strength (1-0) (optional)] -link

The commands above, except and logout can also be run using the first letter in the command name. For example:

 -t
 -fm (fillmodel)
[dossier title (optional)] -m

About

BAT, short for Beam Archive Terminal, is a web application used for creating, storing and accessing information in a dossier format. Furthermore BAT has functions that enhances your ability to find connections and knowledge in your data.

License:MIT License


Languages

Language:Python 72.0%Language:Jinja 23.5%Language:Less 3.7%Language:JavaScript 0.7%