An internet relay chat robot and web-based graphical user interface, dance event, and other things mashed together

tBKwtWS 48342d35e8 a bunch of work 6 years ago
rotbot 48342d35e8 a bunch of work 6 years ago
website 48342d35e8 a bunch of work 6 years ago
.gitignore 48342d35e8 a bunch of work 6 years ago
README.md 48342d35e8 a bunch of work 6 years ago
package.json 48342d35e8 a bunch of work 6 years ago
requirements.txt a7b4019072 Templates 6 years ago
semantic.json 48342d35e8 a bunch of work 6 years ago

README.md

Scope

Django project, without virtual environment.

Hint, to create a virtualenv in the current dir: virtualenv --python=python3.7 . This probably requires you to have built python3.7 manually and have debian packages installed: python3-virtualenv python-virtualenv

Prerequisites

Python 3.7.4

Older versions might work, development environ and runtime environment run Python-3.7.4 Currently newer then in the repo's, if that's still the case, you might have to compile and built it yourself.

If you notice you can' t use ssl when using pip, you should have installed libssl-dev before building python, or any of the following packages: libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev

Python packages

Install required pyton packages: pip3 install -r requirements.txt

Fomatic-ui 2.7.8

Requirements: NodeJS 10.15.3 & NPM 6.4.1

On debian: sudo apt install npm

Init