GithubHelp home page GithubHelp logo

bugless's Introduction

Bugless by Avrelia

An open source bug tracker.

Server Configuration

Only profile/public directory should be accessible through URL. If you'll change default folder's names or order, then update bugless/config/define.php file and/or profile/public/index.php.

Important! In directory profile create folders database and log and make sure they're writable.

Installation

After you downloaded project and configure project on your server, you need to run http://your-domain/install, after installation is finished the log will be displayed. Check for any errors or warnings (displayed in orange or red). If everything went find, you can just refresh the page and you'll be redirected to dashboard.

First Login

After installation the default root user is created, to login use following information:

  • username: root@localhost
  • password: root

Don't forget to change your default username and password.

Build

If you'll edit raw css or javaScript (in Bugless directory), you'll have to build those files. To build them, run script .build/watch from Bugless root directory. You need to have node.js (npm) installed, and following components available:

  • stylus
  • uglify-js
  • coffee-script

The mentioned script will keep runing and checking files for any changes, until you terminate it.

bugless's People

Contributors

vxmxpx avatar

Watchers

 avatar

bugless's Issues

One project per profile

To simplify things, multiple projects should be removed, and only one project per profile should be allowed, to get back the same functionality support for multiple profiles should be added.

To keep session through multiple profiles, Session plug, should get support for native PHP session.

New structure

New directories structure should be implemented, allowing easy updates and sufficient user's data separation for backups etc... Waiting for Framework to add absolute path to database system wide.

New structure purposed is following:

bugless/
    system/
    controllers/
    config/
    languages/
    log/
    models/
    util/
    views/
    dot
profile/
    database/
    public/

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.