Git Product home page Git Product logo

my-personal-kanban-server's Introduction

My Personal Kanban - Local Cloud

A Clojure application that enables My Personal Kanban to be stored and portable with your own dedicated server.

The application exposes REST Api on specified port. My Personal Kanban will use that API to send Kanban to be persisted.

There is no need to generate Kanban key. Any string value which is at least 1 character long will work. However, using the same key as your Cloud key will give you possibility of storing your Kanban in multiple places, as required.

Usage

Installation

Download standalone version of my-personal-kanban-local-cloud jar file. It requires Java installed to run. You can get it from http://dl.bintray.com/greggigon/maven/my-personal-kanban-local-cloud-0.1.0-standalone.jar.

Running

Start the server by executing:

java -jar my-personal-kanban-local-cloud-{VERSION}-standalone.jar

Sever could be configured with two options:

  • port - port which will be used to run server (default 8080)
  • directory - place on file system where Kanbans will be stored (default /user-home-folder/mpk)

To change defaults run server with:

java -jar my-personal-kanban-local-cloud-{VERSION}-standalone.jar port 8888 directory /home/gregster/awesome

Contributing

If you wish to contribute the code, please feel free to fork and crate pull requests via GitHub.

License

Copyright © 2014 Grzegorz (Greg) Gigon, My Personal Kanban

Distributed under the GNU GENERAL PUBLIC LICENSE.

my-personal-kanban-server's People

Contributors

greggigon 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.