Coder Social home page Coder Social logo

stack's Introduction

Usergrid Platform Stack for Mobile & Rich Client Apps

For more info:

Documentation:  http://usergrid.github.com/docs

Homepage:       http://www.usergrid.com

Blog:           http://blog.usergrid.com

Google Groups:  http://groups.google.com/group/usergrid-user
                http://groups.google.com/group/usergrid-dev

Twitter:        http://twitter.com/#!/usergrid


Getting Started

Note: The easiest way to run Usergrid is to download the double-clickable jar
at:

https://usergrid.s3.amazonaws.com/usergrid-launcher-0.0.1-SNAPSHOT.jar

This will let you try out the system without building or installing it.

Requirements

JDK 1.6 (http://www.oracle.com/technetwork/java/javase/downloads/index.html)
Maven (http://maven.apache.org/)

Building

Download and install Maven using the instructions on the Apache Maven website,
then, from the command line, go to the usergrid directory and type the
following:

mvn install

This will cause Maven to download and install all the necessary dependencies.
This also runs a small set of tests after compilation, however these tests do
start up an instance of Cassandra. To run the build without all the tests
being fired, use the following:

mvn install -DskipTests=true

Running

Usergrid-core contains the persistence layer and shared utilities for powering
the Usergrid service. The services layer is contained in usergrid-services and
exposes a higher-level API that's used by the usergrid-rest web services tier.

You can run Usergrid as either a webapp in tomcat, by deploying the ROOT.war
file generated in the usergrid/rest project, or from the command-line from the
jar in the usergrid/standalone project, or as a double-clickable app with the
usergrid/launcher project.

If you don't want to do a full build, you can download a pre-built version
of the launcher app from:

https://usergrid.s3.amazonaws.com/usergrid-launcher-0.0.1-SNAPSHOT.jar

Licenses

All source code files have copyright headers indicating their license under
either the GPL, AGPL, or LGPL.

All files under the core and config subdirectories are part of the "Usergrid
Core". These files are intended to be licensed under the GPL and should have
such indicated in their copyright headers.

All files under the other sub-directories are part of the "Usergrid Stack".
These files are intended to be licensed under the Affero GPL and should have
such indicated in their copyright headers.

stack's People

Contributors

edanuff avatar

Stargazers

 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.