Skip to content

luelista/libresplit

Repository files navigation

libresplit

Open source web app for tracking group expenses and settling up easily.

Install instructions

Clone this repository to your webserver. Configure a virtual host whose DocumentRoot ist the root folder of the repository. At the moment libresplit can not be deployed to a subdirectory. Pull requests to change that are appreciated.

Create a mysql database and user:

CREATE DATABASE libresplitdb;
CREATE USER 'libresplit'@'localhost' IDENTIFIED BY 'SECURE_PASSWORD';
GRANT ALL PRIVILEGES ON libresplitdb.* TO 'libresplit'@'localhost';

Then run the install.sql commands in that database.

mysql -u libresplit -p libresplitdb < install.sql

Copy the htconfig-sample.ini to .htconfig.ini and fill in your database connection details.

cp htconfig-sample.ini .htconfig.ini

About

Group expense web app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published