Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 633 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 633 Bytes

Twittical

Twitter Profile Credibility Evaluator Outcome of ACP2 course of University of Oulu. Original project link: https://github.com/kannadan/ACP2-Twitter-Profile-Scoring

Development

Install dependencies

Install Poetry (package manager): https://pypi.org/project/poetry/

Install packages:

$ poetry install

Start the application

$ ./start.sh

or

$ ./build.sh
$ docker-compose up

Deployment

Add your publish SSH key as authorized key to the target host.

Copy .env.dist as .env and fill the values. DEPLOY_SSH_PORT is optional, 22 is used as default.

Run

./deploy.sh