Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Latest commit

 

History

History
40 lines (29 loc) · 562 Bytes

install.md

File metadata and controls

40 lines (29 loc) · 562 Bytes

install sequence

Instalation has been performed on clean ubuntu bionic (chroot, debootstrap, minverse)

$ apt install nano
$ nano /etc/apt/sources.list

Add universe

$ apt update
$ apt install cmake make g++ git libcurl4-openssl-dev libssl-dev libcurlpp-dev

choose directory for source

$ git clone https://github.com/ondra-novak/mmbot.git
$ cd mmbot
$ git submodule update --init
$ cmake .
$ make all
$ mkdir data
$ mkdir log

next steps

  • configuration
  • command line interface
  • dry-run
  • live
  • web interface