drone-dart

command module
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2014 License: Apache-2.0 Imports: 16 Imported by: 0

README

drone-dart

Drone continuous delivery for Dart's Pub manager

Runtime

Install the following runtime requirements:

  • libsqlite3-dev
  • docker
  • mysql (optional)

Building

Use the following commands to build from source:

make deps
make

To compile style sheets (requires less):

make lessc

To bundle static files inside the binary:

make embed

Running

Run with local configuration:

./drone-dart

Customize the Basic Auth settings used to restict access to the system. The default username / password is admin:admin primarily intended for local testing. To customize:

./drone-dart --password="user:password"

Customize the database. The default database is SQLite3 primarily intended for local testing. To customize or use an alternate database like MySQL:

./drone-dart --driver="mysql" --datastore="user:password@/dbname"

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL