Giter Club home page Giter Club logo

kleo's Introduction

Kleo

Build Status GitHub tag David Open Source Love

Kleo is a modern HTML5 based app, built on MEAN stack (MongoDB, Node.js, Express, AngularJS)

Prerequisites

Make sure you have installed all these prerequisites on your development machine.

Installing Node.JS: (if not installed before)

$ curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
$ sudo apt-get install -y nodejs

IMPORTANT: Actually we support Node.JS v4.x and higher, previous versions are not supported. Please check your Node.JS version using:

$ node -v

If your version is lower than 4.x - please also do the above steps.

Installing other packages:

$ sudo apt-get install mongodb
$ sudo npm install -g grunt-cli bower
$ sudo apt-get install rubygems
$ sudo gem install sass

Quick Install

The first thing you should do is install the Node.js dependencies. The app comes pre-bundled with a package.json file that contains the list of modules you need to start your application.

To install Node.js dependencies you're going to use npm again, in the application folder run this in the command-line:

$ npm install

Start application

Application can be started with launching (in development mode):

$ grunt

During first launch, default 'admin' will be created, and you'll see next messages in stdout:

$ Local admin added with password set to [PASS_GOES_HERE]

After that, you may login to system using username: 'admin' and generated password.

Your application should run on the 3000 port so in your browser just go to http://localhost:3000

Wiki

Wiki pages you can found here

License

MIT

kleo's People

Contributors

invercity avatar lisayurchenko avatar ria-kostiuk avatar

Watchers

 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.