Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Latest commit

 

History

History
36 lines (28 loc) · 768 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 768 Bytes

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.