Skip to content

Installation

Eruina Tuidhana edited this page Sep 18, 2018 · 2 revisions

Requirements - python3, might work on Windows machine uses cron in the same way, never checked, why bother.

From own experience can say, that installing on Centos 7.4 provided by [Evolution Host] (https://evolution-host.com/) takes under 15 minutes.

  1. yum -y install git we require git to clone Laffka on filesystem.
  2. yum -y install https://centos7.iuscommunity.org/ius-release.rpm we need to install IUS for Python3
  3. yum -y install python36u we need. or at least I have used 3.6 Python
  4. yum -y install python36u-pip and finally we need pip for aquired python.
  5. git clone https://github.com/eruina/laffka.git we need clone Laffka in order to use it, of course.
  6. cd laffka
  7. pip3.6 install -r requirements.txt for Laffka, we need next python packages listed in requirements.txt: requests,Flask,Flask-APScheduler, Flask-WTF, bitmerchant,Flask-Login, Flask-Session, waitress

Excellent, now we have system and Laffka ready. We we would need to install and setup tor, but about that later.

Clone this wiki locally