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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?