rabbit-ci / rabbit-ci

Rabbit CI. Some of it written in Elixir. Some of it using Phoenix.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RabbitCI

This is RabbitCI.

RabbitCI is a Continuous Integration server. It is currently in pre-alpha stage. It would help if you would write some code. Look at the issues page for things to do.

Dependencies

The backend depends on:

  • Elixir
  • Postgres
    • Dev/Test: username: postgres, password: postgres, databases: rabbitci_test, rabbitci_dev. User can be created by running CREATE USER postgres SUPERUSER PASSWORD 'postgres'; in psql postgres. Never do this in production. Databases will be automatically created by the Makefile.
  • RabbitMQ
  • Vagrant
  • Git

Getting started

OS X

Install homebrew then run make setup_osx.

Then, in psql postgres, run CREATE USER postgres SUPERUSER PASSWORD 'postgres'; (\q to exit). This is horribly insecure. Do not use this for anything other than development. Be careful if you have ports open. You have been warned.

Note: This will start PostgreSQL and RabbitMQ using brew services.

The server can be started with:

make migrate
make server

Tests can be run with:

make check

About

Rabbit CI. Some of it written in Elixir. Some of it using Phoenix.

License:GNU General Public License v2.0


Languages

Language:Elixir 82.1%Language:JavaScript 13.1%Language:HTML 3.5%Language:CSS 0.7%Language:Makefile 0.5%Language:Shell 0.0%