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

tBKwtWS 948dd268f8 sync %!s(int64=6) %!d(string=hai) anos
rotbot b488786f07 more rotbot refactoring %!s(int64=6) %!d(string=hai) anos
website 948dd268f8 sync %!s(int64=6) %!d(string=hai) anos
.gitignore c5f25183a6 Lots of work & RotBot networks forms and pages %!s(int64=6) %!d(string=hai) anos
README.md 48342d35e8 a bunch of work %!s(int64=6) %!d(string=hai) anos
package.json 48342d35e8 a bunch of work %!s(int64=6) %!d(string=hai) anos
requirements.txt 2c0f150310 Lots of rotbot refactoring %!s(int64=6) %!d(string=hai) anos
semantic.json 48342d35e8 a bunch of work %!s(int64=6) %!d(string=hai) anos

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