Giter VIP home page Giter VIP logo

cloudradio's Introduction

CloudRadio

Cloud base music portal

@Guide:

  • Install gradle buildtool from http://www.gradle.org/downloads

  • You will find the following Gradle tasks handy: - ~$ gradlew tasks: to list all the possible tasks which are available - ~$ gradlew classes: to compile your Java/Groovy sources in the folders src/main/java and src/main/groovy and have them placed in WEB-INF/classes - ~$ gradlew test: to compile and run your tests from src/test/java and src/test/groovy - ~$ gradlew gaeFunctionalTest: to run the Spock and Geb-powered functional tests from src/functionalTest/groovy - ~$ gradlew gaeRun: to run your application locally - ~$ gradlew gaeStop: to stop your locally running application - ~$ gradlew gaeUpload: to upload your application to production - ~$ gradlew gaelykInstallPlugin: to install a plugin provided by the command line property (-P) plugin - ~$ gradlew gaelykUninstallPlugin: to uninstall a plugin provided by the command line property (-P) plugin - ~$ gradlew gaelykListInstalledPlugins: to show the installed plugins - ~$ gradlew gaelykCreateController: to create a Groovlet with the specified name - ~$ gradlew gaelykCreateView: to create a Groovy template with the specified name - ~$ gradlew cleanEclipse eclipse: to generate Eclipse project files - ~$ gradlew cleanIdea idea: to generate IntelliJ project files

  • Directory layout
    /
    +-- gradlew // gradle script
    +-- build.gradle // gradle build file
    +-- src
    |
    +-- main
    | |
    | +-- groovy
    | +-- java
    | +-- webapp
    | |
    | +-- index.gtpl
    | +-- css
    | +-- images
    | +-- js
    | +-- WEB-INF
    | |
    | +-- appengine-web.xml
    | +-- web.xml
    | +-- plugins.groovy // if you use plugins
    | +-- routes.groovy // if you use the URL mapping system
    | +-- classes
    | |
    | +-- groovy
    | | |
    | | +-- controller.groovy // groovy controller classes
    | |
    | +-- pages
    | | |
    | | +-- view.gtpl // pages which contains web layout
    | |
    | +-- includes
    | | |
    | | +-- footer.gtpl // templates
    | |
    | +-- lib // library
    | |
    | +-- appengine-api-1.0-sdk-x.y.z.jar
    | +-- appengine-api-labs-x.y.z.jar
    | +-- gaelyk-x.y.z.jar
    | +-- groovy-all-x.y.z.jar
    |
    +-- test
    |
    +-- groovy
    +-- java


======================================================================================================================== License: GPL v3 (Open Source)

This document is for guidance purposes only and is not a legal document and is not legally binding. We encourage you to read the GPL v3 and the Quick Guide to the GPLv3 in their entirety and consult legal counsel if you require additional advice.

© 2012 [email protected]. All rights reserved.

cloudradio's People

Contributors

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