Development Environment

Installing CioService in Development mode

Check out the latest code:

$ git clone https://git.chrysal.io/CioService.git

Install required packages:

$ sudo apt install libjpeg-dev

Install application and its dependencies:

$ source ~/bin/virtualenv3/bin/activate
(virtualenv3)$ cd CioService
(virtualenv3)$ pip install -e ".[development]"

Now, you can activate your module by adding in your development.ini the following options:

[app:main]
chrysalio.includes =
    chrysalio.menu,
    chrysalio.includes.modules,
    cioservice,
    cioservice.services

[CioService]
locations =
    private:%(here)s/__Warehouses/Private/User1,
    local:%(here)s/__Warehouses/Local,
    no-vcs:%(here)s/__Warehouses/NoVcs
locks = %(here)s/__Var/Locks
build.concurrency = 1