Skip to content
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.
/ infra Public archive

[DEPRECATED] A fabric script to deploy your micro-services. We use bigga now.

Notifications You must be signed in to change notification settings

reckonsys/infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

This repo is deprecated. We have moved to reckonsys/bigga

infra

The Code for our infra

Integration

  • Create a .infra.json in required repo
  • Add those names in fabfile to do a setup_env
  • create guniconfig.py for django apps

guniconfig.py

import sys
import multiprocessing

bind = "127.0.0.1:" + sys.argv[-1]
workers = multiprocessing.cpu_count() * 2 + 1

About

[DEPRECATED] A fabric script to deploy your micro-services. We use bigga now.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •