plz / README.md
71 lines · 50 sloc · 2.14 KB · 3d31ec6aa671c3c30da014383e42186216e7bf63
Raw

Gitly

CI

GitHub/GitLab alternative written in V.

https://gitly.org

This is beta software

The V web framework and Gitly are at an early stage of development. Lots of features are missing. The biggest missing features that will be implemented soon:

v build.vsh
./gitly

Gitly builds against PostgreSQL by default. Create the default PostgreSQL role/database with:

v run setup_db.vsh

To build a SQLite-backed binary instead, use:

v -d sqlite .
./gitly

The SQLite database path defaults to gitly.sqlite and can be changed with sqlite.path in config.json or GITLY_SQLITE_PATH. PostgreSQL settings can be changed with pg in config.json, GITLY_DB_* environment variables, or the usual PG* environment variables.

If you don't want to install sassc, you can simply run

curl https://gitly.org/css/gitly.css --output static/css/gitly.css

Required dependencies:

Features