An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

TOCAT App
=======================

[![Join the chat at https://gitter.im/opsway/tocat-opsdesk-platform](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/opsway/tocat-opsdesk-platform?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/opsway/tocat-opsdesk-platform.svg)](https://travis-ci.org/opsway/tocat-opsdesk-platform)
[![Coverage Status](https://coveralls.io/repos/opsway/tocat/badge.png)](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"