thehar / catlady

manage multiple alice instances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a new database using the provided SQL:

sqlite3 catlady.db < catlady.sqlite.sql

Setup catlady:

git clone https://github.com/leedo/catlady.git
cd catlady
git submodule init
git submodule update
sudo apt-get install cpanminus libmodule-install-perl libssl1.0.0 libdbi-perl libev-perl
cpanm -Snq --installdeps .
cpanm -Snq --installdeps ./alice
mkdir users
cp config.example.js config.json
vim config.json

Add a user:

./bin/manage adduser <username> <password>

Run the catlady:

  perl -Ilib -Ialice/lib bin/catlady config.json

Any templates from alice/share/templates can be overridden copying to templates. This can be useful for making your own dropdown menu items or login screen.

About

manage multiple alice instances


Languages

Language:Perl 99.4%Language:Shell 0.6%