oss.io

Developers gathering up

  • 所有者: bcambel/oss.io
  • 平台:
  • 许可证: Eclipse Public License 1.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

OSS.io - Open Source Software Community

Gitter

Build Status

Coverage Status

A Community project for developers, entreprenuers, hustlers.

Development

Create a profiles.clj file in the root folder of the project with the following settings

{:dev  {:env {
			;;twitter settings
			:app-consumer-key ""
			:app-consumer-secret ""
			:user-access-token ""
			:user-access-token-secret ""
			;;github settings
			:client-id ""
			:client-secret ""
}}}

Start a REPL (in a terminal: lein repl, or from Emacs: open a
clj/cljs file in the project, then do M-x cider-jack-in. Make sure
CIDER is up to date).

In the REPL do

(def sys (startup {:conf "settings.dev.ini"}))

Which will return the system map. It's based on Stuart Sierra's amazing Component lib.

In order to access db session component do a

(:connection (:db sys))

The call to (startup {}) does two things, it starts the webserver at port
10554, . Give them some time to start.

List

License

Copyright © 2017 Bahadir Cambel

Distributed under the MIT License.

主要指标

概览
名称与所有者bcambel/oss.io
主编程语言Clojure
编程语言Nginx (语言数: 9)
平台
许可证Eclipse Public License 1.0
所有者活动
创建于2014-11-05 14:20:33
推送于2017-07-22 07:58:22
最后一次提交2014-11-07 09:27:25
发布数2
最新版本名称v0.1.6 (发布于 2016-09-03 11:32:33)
第一版名称1.0 (发布于 )
用户参与
星数212
关注者数65
派生数61
提交数309
已启用问题?
问题数40
打开的问题数28
拉请求数9
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?