https://github.com/opsway/tocat-opsdesk-platform
Accounting platform for company based on Theory Of Constraints
https://github.com/opsway/tocat-opsdesk-platform
Last synced: 7 days ago
JSON representation
Accounting platform for company based on Theory Of Constraints
- Host: GitHub
- URL: https://github.com/opsway/tocat-opsdesk-platform
- Owner: opsway
- License: bsd-3-clause
- Created: 2014-09-20T21:18:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-05T19:35:01.000Z (almost 11 years ago)
- Last Synced: 2025-12-12T21:35:52.412Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 1.62 MB
- Stars: 1
- Watchers: 36
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
TOCAT App
=======================
[](https://gitter.im/opsway/tocat-opsdesk-platform?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://travis-ci.org/opsway/tocat-opsdesk-platform)
[](https://coveralls.io/r/opsway/tocat)
Introduction
------------
Theory of Constraints Accounting for Teams (TOCAT) provide UI and API for management budgets.
TOCAT Platform based on Zend Framework 2 and it modules.
Unstable application, development process...
Installation
------------
Create MySQL/PostgresSQL database:
```sql
CREATE DATABASE tocat;
```
- Clone source
- Run composer install
- Run bower install
- Run install & update application and follow instruction in console
```bash
git clone git@github.com:opsway/tocat.git
cd tocat
php composer.phar install
bower install
php public/index.php app install && php public/index.php app update
```
If you need OneLogin write setting in config/autoload/local/onelogin.local.php file.
Or use email/password access to site provide by default: admin@test.com / admin123
Enjoy!
### Development
If you want see Apigility Admin, you need to put it in development mode
```bash
cd path/to/install
php public/index.php development enable # put the skeleton in development mode
```
Run build-in web-server in PHP5.4+
```bash
cd path/to/install
php -S 0.0.0.0:8080 -t public public/index.php
```
### Documentation
Build-in in application by URL "http://[TOCAT-URL]/apigility/documentation"