CARVIEW |
ato / clojars-web
- Source
- Commits
- Network (2)
- Issues (11)
- Wiki (6)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (1)
- master ✓
- Tags (0)
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
A community repository for open-source Clojure libraries — Read more

name | age | message | |
---|---|---|---|
![]() |
.gitignore | Fri Nov 20 21:32:11 -0800 2009 | Use config map in db.clj and scp.clj. [technomancy] |
![]() |
COPYING | Sun Nov 29 00:58:08 -0800 2009 | Added README and COPYING. Shamelessly borrowed... [Alex Osborne] |
![]() |
README.md | Sun Nov 29 00:59:57 -0800 2009 | Fixed spacing in README. [Alex Osborne] |
![]() |
project.clj | Mon Jan 25 18:58:54 -0800 2010 | Use stable releases of Clojure 1.1.0 and Contri... [Alex Osborne] |
![]() |
public/ | Mon Jan 25 23:15:05 -0800 2010 | Basic browse support. [Alex Osborne] |
![]() |
run-test.clj | Sat Nov 21 00:11:38 -0800 2009 | Merge commit 'technomancy/file-per-page' Confl... [Alex Osborne] |
![]() |
src/ | Sat Jan 30 23:04:03 -0800 2010 | Finish off migration script and search indexing. [Alex Osborne] |
![]() |
test/ | Sun Nov 29 00:40:24 -0800 2009 | Finished Lucene and CouchDB backends. [Alex Osborne] |
![]() |
tools/ | Sat Jan 30 23:04:03 -0800 2010 | Finish off migration script and search indexing. [Alex Osborne] |
Clojars
This is the source code for the clojars.org community jar repository.
Hacking
Here's how to get Clojars up and running locally so you can hack on it.
Install CouchDB and Leiningen.
Set your configuration in src/clojars/config.clj.
Fetch dependencies
$ lein deps
Run
$ java -cp 'src:classes:lib/*' -i src/clojars/core.clj -e '(clojars.core/main)'
If you want to use the SSH integration, create a local "clojars" user, set the path to its ~/.ssh/authorized_keys file in config.clj and compile the Nailgun client ng and put it in $PATH.
You may also wish to disallow password authentication for the clojars user by adding the following to /etc/sshd_config.
Match User clojars
PasswordAuthentication no
The Leiningen mailing list and the #leiningen or #clojure channels on Freenode are the best places to bring up questions or suggestions.
Contributions are preferred as either Github pull requests or using "git format-patch" as described at https://clojure.org/patches. Please use standard indentation with no tabs, trailing whitespace, or lines longer than 80 columns. If you've got some time on your hands, reading https://mumble.net/~campbell/scheme/style.txt wouldn't hurt either.
License
Copyright (C) 2009 Alex Osborne and Phil Hagelberg
Distributed under the Eclipse Public License, the same as Clojure uses. See the file COPYING.