TBA

infuse的Python项目详细描述


#注入

[![生成状态](https://travis-ci.org/bregman-arie/infuse.svg?branch=master)](https://travis-ci.org/bregman-arie/infuse

在这一点上,注入并不是什么。我们会在它成为某些内容后更新您的信息

  • [要求](要求)
  • [安装](安装)

##要求

  • python=2.7

##安装

pip install .

##初始化数据库

infuse-db

##运行烧瓶服务器

infuse-server

##配置

按以下顺序注入负载配置:

Default config.py - built-in. Part of Infuse code base. Environment varliabes - any of the environment vairables specified in the table below that the user export (e.g. export INFUSE_SERVER_PORT=80) Configurtion file - the default configuration file (/etc/infuse/infuse.com) or the file you mentioned with parser/environment variable. Parser - arguments you pass with infuse command-line invocation.
名称描述
————————
注入配置文件
注入调试打开调试
注入服务器端口运行注入服务器时要使用的端口
infuse_database_url我们可以连接到的数据库url,默认为sqlite local db file:infuse.db

#捐款

使用github pull请求进行贡献。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何使用文件路径获取文件位置?   java XPath从某个元素后的元素获取文本   具有多个名称空间的JavaDOM   使用hibernate在表别名处出现java意外令牌错误   springdatajpa中的java交叉连接   在firebase中循环时使用java空指针   如何使用java驱动程序执行mongodb getShardDistribution()   swing Java GUI在另一个方法的新窗口中显示文本   java如何使用Google Guava为每个新地图条目设置不同的过期超时?   在视图寻呼机中将数据从活动传递到片段时,找不到id片段的java视图   Java 8 Lambda流筛选器更改值   java为什么在程序中不使用main方法时Eclipse不会显示错误。   java JavaFX文件选择器显示自定义选项   swing Java程序在MAC上未正确运行   java使用Twitter4j发布twitter线程   JMS请求访问被拒绝后,java jedis无法连接到redis   java GETSTATE weblogic命令花费的时间太长,有什么建议吗?   java如何将此代码转换为Racket/Scheme   java如何使用经度和纬度获取地址   java是我的Glassfish设置泄漏内存吗?