oss.io

Developers gathering up

  • Owner: bcambel/oss.io
  • Platform:
  • License:: Eclipse Public License 1.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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.

Main metrics

Overview
Name With Ownerbcambel/oss.io
Primary LanguageClojure
Program languageNginx (Language Count: 9)
Platform
License:Eclipse Public License 1.0
所有者活动
Created At2014-11-05 14:20:33
Pushed At2017-07-22 07:58:22
Last Commit At2014-11-07 09:27:25
Release Count2
Last Release Namev0.1.6 (Posted on 2016-09-03 11:32:33)
First Release Name1.0 (Posted on )
用户参与
Stargazers Count212
Watchers Count65
Fork Count61
Commits Count309
Has Issues Enabled
Issues Count40
Issue Open Count28
Pull Requests Count9
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private