Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 612 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 612 Bytes

clj-microblog

clj-microblog was an attempt at writing a microblogging site.

Installation/Use

There are a few ways to start the server.

  • Clone the repository.
  • Change the credentials in mail.conf.
  • Browse to the project's directory.
  • lein deps or cake deps
  • (use 'run) in a REPL or swank connection.
  • Browse to http://localhost:8080/
  • To stop and start the server, (.stop server) and (.start server)

License

clj-microblog is licensed under the Eclipse Public License, the same as Clojure.