You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Oliver Giles 448d8cfa48
log.h: null-terminate compile-time filename strings
5 years ago
etc resolves #85: systemd unit file After=network.target 5 years ago
example-scripts quote args to xsltproc 9 years ago
src log.h: null-terminate compile-time filename strings 5 years ago
test resolves #79: serve logs over plain chunked http 5 years ago
CMakeLists.txt resolves #80: reverse-proxy with custom base URL 5 years ago
COPYING Added GPLv3 license file. 7 years ago
README.md minor README tweaks: use https in links and add badge 6 years ago
UserManual.md laminarc: more explicit return codes 5 years ago
docker-build-centos.sh Install bash/zsh completions in correct locations 6 years ago
docker-build-debian.sh Install bash/zsh completions in correct locations 6 years ago
docker-xbuild-debian-armhf.sh resolves #73: script to build Raspbian package 6 years ago

README.md

Laminar CI status

Laminar (https://laminar.ohwg.net) is a lightweight and modular Continuous Integration service for Linux. It is self-hosted and developer-friendly, eschewing a configuration UI in favour of simple version-controllable configuration files and scripts.

Laminar encourages the use of existing GNU/Linux tools such as bash and cron instead of reinventing them.

Although the status and progress front-end is very user-friendly, administering a Laminar instance requires writing shell scripts and manually editing configuration files. That being said, there is nothing esoteric here and the guide should be straightforward for anyone with even very basic Linux server administration experience.

See the website and the documentation for more information.

Building from source

First install development packages for capnproto (version 0.7.0 or newer), rapidjson, sqlite and boost (for the header-only multi_index_container library) from your distribution's repository or other source. Then:

git clone https://github.com/ohwgiles/laminar.git
cd laminar
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/
make -j4
sudo make install

make install includes a systemd unit file. If you intend to use it, consider creating a new user laminar or modifying the user specified in the unit file.