Giter Club home page Giter Club logo

bugaroo's Introduction

Bugaroo

A Symphony-powered issue tracker.

Installation

This repository does not use the standard install.php and install.sql files for installation. Instead, you have to import the SQL-dumps and create the manifest/ directory and its structure as well as config.php yourself. The repository includes a config-example.php file that only needs to be modified to fit your installation (i.e. your MySQL credentials).

  1. Clone the repository to your server

     git clone git://github.com/nils-werner/Bugaroo.git bugaroo
     cd bugaroo
    
  2. Update all submodules

     git submodule update --init
    
  3. Flush data.sql and authors.sql into your database (in this case named bugaroo)

     mysql bugaroo < workspace/authors.sql
     mysql bugaroo < workspace/data.sql
    
  4. Create manifest, manifest/logs, manifest/cache and manifest/tmp

     mkdir manifest manifest/logs manifest/cache manifest/tmp
     chmod o+w workspace/ manifest/ -R
    
  5. Copy config-example.php to manifest/config.php and insert your DB credentials

     cp config-example.php manifest/config.php
     vim manifest/config.php
    
  6. Copy .htaccess-example to .htaccess

     cp .htaccess-example .htaccess
    
  • Login using bugaroo both as username and password

bugaroo's People

Contributors

ahwayakchih avatar allen avatar andrrr avatar bauhouse avatar brendo avatar cd-jenkins-bot avatar creativedutchmen avatar cz avatar klaftertief avatar knupska avatar makenosound avatar michael-e avatar nickdunn avatar nils-werner avatar nilshoerrmann avatar rainerborene avatar simoneeconomo avatar sirlancelot avatar timcleaver avatar tonyarnold avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

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.