Sign inSign up

sash999/emoncms_localdb

By sash999

•Updated almost 4 years ago

emoncms that uses local mariadb

Image
0

563

sash999/emoncms_localdb repository overview

developed specifically for openwrt, but can be used on any system with local maria database emoncms container that uses local mariadb just configure mariadb with these setting

CREATE DATABASE emoncms;

CREATE USER 'emoncms'@'localhost' IDENTIFIED BY 'qwerty0987';

GRANT ALL PRIVILEGES ON emoncms TO 'emoncms'@'localhost';

FLUSH PRIVILEGES

EXIT;

View tags for arch options

if on operwrt it emoncms opens on port80 you need to change your router login web port

Tag summary

Content type

Image

Digest

sha256:3eaf10e34…

Size

188.9 MB

Last updated

almost 4 years ago

docker pull sash999/emoncms_localdb:mips64