Skip to content

Simple ERP and CRM solution for a small company

Notifications You must be signed in to change notification settings

malamalca/arhint

Repository files navigation

ARHINT :: a simple ERP and CRM

CI codecov

This is a simple costum ERP/CRM solution for a small company.

The source code can be found here: malamalca/arhint.

Installation

  1. Download Composer or update composer self-update.
  2. Run composer create-project --prefer-dist --no-dev malamalca/arhint [app_name].

You can now either use your machine's webserver to view the default home page, or start up the built-in webserver with:

bin/cake server -p 8765

Then visit http://localhost:8765 to see the welcome page.

Configuration

Read and edit the environment specific config/app_local.php and setup the 'Datasources' and any other configuration relevant for your application. Other environment agnostic settings can be changed in config/app.php.