trapped / lysergide

A web frontend for the Acid CI gem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lysergide

Lysergide is a Ruby/Sinatra Continuous Integration service meant to replace in-house Jenkins as a simpler but less secure alternative.

It uses the Acid gem.

####lsd lsd is the command line utility provided with Lysergide. It is recommended to use it for most tasks.

lsd supports the following commands:

  • start [port] starts Lysergide on the specified port (default 3000); if no command is supplied, start is implicitly chosen
  • populate [name[ email[ password]]] initializes the Sqlite database and/or adds the first user with the specified data (default 'admin' 'admin@example.com' 'admin')
  • destroy prompts the user to permanently delete the database (10s timeout)

About

A web frontend for the Acid CI gem

License:MIT License


Languages

Language:JavaScript 79.0%Language:CSS 14.5%Language:Ruby 4.6%Language:HTML 1.5%Language:CoffeeScript 0.4%Language:Shell 0.1%