Giter Club home page Giter Club logo

app42grails_redis's Introduction

Getting Started with App42PaaS-Grails-Redis Sample Application:

This application is basically a simple User Input Form that takes input from user and saves it in database.

Download the source code from git.

Note: This project is build with grails 2.2.1 .

Project Configuration:

     1. Open BuildConfig.groovy (located in grails-app/conf folder).

	 2. Add the Redis dependency.
	  
			compile ":redis:1.4.2"
			
	 3. Open Config.groovy (located in grails-app/Cconf folder).
	 
     4. Add Redis configuration details in it.

              grails {
					redis {
						poolConfig {
								// jedis pool specific tweaks here, see jedis docs & src
								// ex: testWhileIdle = true
							}
						timeout = 2000 //default in milliseconds
						
						password = "<redis_password>" //defaults to no password

						// use a single redis server 
						port = redis_port  // eg 14245
						host = "<redis_host>" // eg 162.173.3.12

					}
				}

     5. Run the following command to create war: 
			
			grails war

Deploying Application on App42 PaaS using Binary:

1. Run the app42 deploy command.
    
              $ app42 deploy
              $ Enter App Name: <your_app_name>
			  $ 1: Binary
			  $	2: Source
			  $ Choose Upload Type [Binary]: 1
              $ Would you like to deploy from the current directory? [Yn]: n
              $ Binary Deployment Path: <your_binary_path>
              $ This process may take a while, be patient with it.
              $ Deploying Application... OK
              $ Please wait it may take few minutes.
              $ Latest Status....|
              $ App deployed successfully.

Deploying Application on App42 PaaS using Source (Git):

1. Run the app42 deploy command.

			  $ app42 deploy
              $ Enter App Name: <your_app_name>
			  $ 1: Binary
			  $	2: Source
			  $ Choose Upload Type [Binary]: 2
			  $ Enter Git URL?: <your_public_git_url>
			  $ Deploying Application... OK
              $ Please wait it may take few minutes.
              $ Latest Status....|
              $ App deployed successfully.

app42grails_redis's People

Contributors

rohitrshephertz avatar

Watchers

James Cloos 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.