karika
v1.0.1
Published
YA business automatisation system
Readme
Karika
How to install
Clone this repository
git clone [email protected]:Qeti/Karika.gitSetup permissions with following way:
$ HTTPDUSER=`ps axo user,comm | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\ -f1` # if this doesn't work, try adding `-n` option $ sudo setfacl -R -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX var $ sudo setfacl -dR -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX varInstall dependencies and setup local environment:
composer installCreate database manually with PostgreSQL or with command:
php bin/console doctrine:database:createCreate database schema with command:
php bin/console doctrine:migrations:migrateSetup web server (root directory is
web)Open url <karika_url>/api/doc to view methods description.
Optionally for development environment. Fill database with fixtures:
php bin/console doctrine:fixtures:loadFor development: install node modules with
npm installFor development: run
npm start
Api documentation

Get method of REST API

Access control for POST

