Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://mohsen-shafiee.github.io/Zagros
Zagros is a bug tracking system
https://mohsen-shafiee.github.io/Zagros
Last synced: 20 days ago
JSON representation
Zagros is a bug tracking system
- Host: GitHub
- URL: https://mohsen-shafiee.github.io/Zagros
- Owner: m-jch
- License: mit
- Created: 2014-09-24T20:19:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-15T19:23:19.000Z (almost 10 years ago)
- Last Synced: 2024-07-31T08:37:26.444Z (4 months ago)
- Language: PHP
- Homepage: http://mohsen-shafiee.github.io/Zagros/
- Size: 1.06 MB
- Stars: 28
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-laravel - Zagros Bug Tracking System - Simple development bug tracking application built on Laravel 4. \[04/29/2015\] (Resources / Example Applications)
- awesome-laravel - Zagros Bug Tracking System - Simple development bug tracking application built on Laravel 4. \[04/29/2015\] (Resources / Example Applications)
README
# Zagros is a bug tracking system
## Install
1. Run ```composer create-project --prefer-dist mohsen/zagros```
2. Edit database config in ```app/config/database.php```
3. Run ```php artisan migrate --path=vendor/mohsen/zagros-core/src/migrations/```
4. Run ```php artisan asset:publish```
4. Run Zagros from browser.
5. Register in Zagros as admin user
6. Go to ```za_users``` table of Zagros database and update field ```admin``` to ```1``` for one time.## Localization
For change language, you must edit ```locale``` index in ```app/config/app.php``` array.### Available languages
English => ```en```Indonesian => ```id``` thanks to [mul14](https://github.com/mul14) and [a9un9hari](https://github.com/a9un9hari)
Persian => ```fa```
### Add language
If you wnat translate this project to your language, you can translate ```app/lang``` to your language and create a pull request or email: ```[email protected]```## Read more
This project built on Laravel 4. if you find any issue please report.