New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

karika

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karika

YA business automatisation system

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Karika

How to install

  • Clone this repository git clone git@github.com:Qeti/Karika.git

  • Setup 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 var
    
  • Install dependencies and setup local environment: composer install

  • Create database manually with PostgreSQL or with command: php bin/console doctrine:database:create

  • Create database schema with command: php bin/console doctrine:migrations:migrate

  • Setup 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:load

  • For development: install node modules with npm install

  • For development: run npm start

Api documentation

API doc

Get method of REST API

REST

Access control for POST

OAuth

Keywords

karika

FAQs

Package last updated on 03 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts