Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
/ catlady Public archive
forked from leedo/catlady

manage multiple alice instances

Notifications You must be signed in to change notification settings

sshchicago/catlady

 
 

Repository files navigation

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.json 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 99.4%
  • Shell 0.6%