Code Monkey home page Code Monkey logo

clorum's Introduction

clorum

Build Status Dependency Status

Basic forum software written in Clojure.

Work-in-progress.

Demo

A demo instance of Clorum is available on Heroku.

Prerequisites

You will need Leiningen 2.0.0 or above installed, as well as MySQL or PostgreSQL (see "Database Servers" below for details).

Running

To start a web server for the application, run:

lein ring server

The database structure can be found in clorum-{database-server}.sql, which can be easily imported into a database.

Configuration

Clorum makes use of yogthos/config to handle configuration. The default development profile can be found in /config/dev/config.edn. A blank /config/prod/config.edn file has been provided for production values, however other methods supported by the library, such as environment variables, can also be used.

Supported Databases

MySQL and PostgreSQL are currently supported out-of-the-box. PostgreSQL is the default and can be changed to MySQL by editing the configuration files under the config directory.

Documentation

Project documentation is generated with Codox and can be found on GitHub Pages, or generated locally by running:

lein doc

License

Copyright © 2014-2017 ipavl

Distributed under the Eclipse Public License, the same as Clojure.

clorum's People

Contributors

ipavl avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.