Git Product home page Git Product logo

docker-bugzilla-sqlite's Introduction

Docker Bugzilla using SQLite

Configure a running Bugzilla system using Docker. The project is built on top of the existing https://github.com/bugzilla/docker-bugzilla-dev project, with the only difference being that instead of MySQL, Sqlite is used as the internal Database.

Features

  • Sqlite is used as the internal DB.
  • Please refer Parent Project for more details
  • Preconfigured with initial data and test product

How to install Docker

Visit Docker and get Docker up and running on your system. Optionally you could install Docker Compose to help with setting up a new container.

How to build Bugzilla Docker image

To build a fresh image, just change to the directory containing the checked out files and run the below command:

$ docker-compose build

How to start Bugzilla Docker image

To start a new container (or rerun your last container) you simply do:

$ docker-compose up

This will stay in the foreground and you will see the output from supervisord. You can use the -d option to run the container in the background.

To stop, start or remove the container that was created from the last run, you can do:

$ docker-compose stop
$ docker-compose start
$ docker-compose rm

How to access the Bugzilla container

If you are using Linux, you can simply point your browser to http://localhost:8089/bugzilla/ to see the the Bugzilla home page.

The Administrator login is admin and the password is password. You can use the Administrator account to creat other users, add products or components, etc.

You can also login to the container using docker exec -it bugzilla-dev-sqlite su - bugzilla command. You can run multiple containers but you will need to give each one a different name/hostname as well as non-conflicting ports numbers for httpd and vnc.

TODO

  • No changes are planned now.

docker-bugzilla-sqlite's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

docker-bugzilla-sqlite's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.