ladybug

command module
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2016 License: GPL-2.0, GPL-2.0-or-later Imports: 12 Imported by: 0

README

Project Ladybug

The simple and straightforward testcase management tools.

Build Status Code Climate Open Source Love

Description

Project Ladybug can

  • support dashboard
  • manage test case
  • manage builds
  • manage requirements
  • support reports(soon)

I need any kind of help!

Since I'm new to Go language, not familiar with code convention, documentation, making excellemt code of Go language. Good at HTML/CSS/Javascript? Not at all! I don't have any chance to join web project since I start to work. So the code and poor design may(or shall?) disappoint you. Do not stay. Please make an issue or fork this repo, pull request. Every issues and pull requests are always welcome.

Getting Started

Prerequirements

The Project Ladybug uses below...

Installation
  • You need set up database before running ladybug
  • Now only Postgresql is supported. You can use not only Postgresql but other relational database, but not tested.
  • Default database name is "ladybug" and user "ladybug". see "gorm.go" in app/controllers/gorm.go
Databases

This app uses now only Postgresql. Various databases(MySQL, MarinaDB ....) will be supported.

Run

for development. Try to connect http://localhost:8000 after executing commands below

$ bower install
$ go get -t -d -v ./... 
$ go build
$ ./ladybug 

for deployment to Heroku

$ ./ladybug -mode=dev -addr= -port=$PORT -db=$DATABASE_URL
Features Next
  • Reports
  • Test environment
  • Milestone
  • Test coverage
Open Sources

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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