Code Monkey home page Code Monkey logo

cloudboard's Introduction

Cloudboard

A private cloud that contains all your files using total.js and elastic-search.

Releases

Getting Started

Get Cloudboard

$> wget https://github.com/neonnds/Cloudboard/raw/master/cloudboard-2015-05.tar.gz

Extract Cloudboard

$> tar -zxf cloudboard-2015-05.tar.gz

Enter the Cloudboard project

$> cd ./cloudboard-2015-05

Get ElasticSearch from the offical site

$> wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.5.0.tar.gz

Extract ElasticSearch

$> tar -zxf elasticsearch-1.5.0.tar.gz

Install GraphicsMagick

$> sudo apt-get install graphicsmagick

Start Elastic Search

$> ./elasticsearch-1.5.0/bin/elasticsearch

Start Cloudboard

$> nodejs index.js

Visit in a modern web browser:

http://127.0.0.1:8000/

Development

Requirements

Linux Installation

Enter the Elastic-Core project sites directory

$> cd ./Elastic-Core/sites

Get the Cloudboard project

$> git clone https://github.com/neonnds/Cloudboard.git

Enter the Cloudboard project

$> cd ./Cloudboard

Install the following node modules

$> npm install bcrypt-nodejs --save

$> npm install cuid --save

$> npm install gm --save

$> npm install async --save

$> sudo apt-get install graphicsmagick

Enter the Elastic-Core project

$> cd ./Elastic-Core

Start Elastic Search

$> ./elasticsearch-1.5.0/bin/elasticsearch

Start Cloudboard

$> ./run Cloudboard

cloudboard's People

Stargazers

 avatar

Watchers

 avatar

Forkers

tsm-dev chomman

cloudboard's Issues

Add advance search options

As cloudboard is a flat file store...the search needs to be awesome to make sure the user gets what they want fast!

Add input validation

No input is validated throughout the site...this needs to be done to enhance security and reliability.

Cross browser testings

No browser has been tested other than the latest firefox and chromium. A support matrix needs to be established for users.

Allow set public flag on uploads

In the information panel the user needs be able to give permission for others to view the file. This also needs to be available for bulk uploading.

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.