shardbox-core

Shards database, collecting shard repositories, releases and dependencies.

Installation

Prerequisites

Database

PostgreSQL databases needs to be created manually.

Connection configuration is read from environment variables.

Install database schema:

Shard Dependencies

Run shards install to install dependencies.

Usage

Run make bin/worker to build the worker executable.

A web application for browsing the database is available at https://github.com/shardbox/shardbox-web

Development

Run make test to execute the spec suite.

Contributing

  1. Fork it (https://github.com/shardbox/shardbox-web/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors