The unofficial API for Slovak Company registries (http://orsr.sk and http://www.zrsr.sk).
Deployments are handled using Fabric.
Standard installation using Pip:
pip install -r requirements.txt
Current deployment tasks are:
deploy_stage
: Usage:fab deploy_stage
. Task will push and deploy current branch to the staging environment.deploy
: Usage:fab deploy
. Task will push and deploymaster
to production environment.
Deployment endpoints (hosts) are configured either via configuration file fabfile_hosts.cfg
or via environment
variables.