Skip to content

rajivrnair/PassTheBuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting Up The Application

##Installing Play

  1. Download http://www.playframework.org/
  2. See www.playframework.org/documentation --> 'Installing Play' to install Play.

##Git Stuff

  • For a proper tutorial on git, see http://progit.org/book/

  • Once your git account is set up on your machine, go to your codebase directory and clone the github repository with the following command:

    $ git clone git@github.com:rajivrnair/PassTheBuck.git

This should clone repository from the remote server onto your local drive.

##Sample output:

nrajiv@blr-nairr-nw:/codebase/workspace$ git clone git@github.com:rajivrnair/PassTheBuck.git
Cloning into 'PassTheBuck'...
remote: Counting objects: 95, done.
remote: Compressing objects: 100% (74/74), done.
remote: Total 95 (delta 10), reused 92 (delta 7)
Receiving objects: 100% (95/95), 67.61 KiB | 11 KiB/s, done.
Resolving deltas: 100% (10/10), done.
nrajiv@blr-nairr-nw:/codebase/workspace$
  • To test that the aplication has been downloaded properly, go to the PassTheBuck directory and type the command 'play run'. Once the application starts, go to http://localhost:9000 and log-in using your google account. Now you should see a warning saying that a db script needs to be applied.

Apply it and the aplication should now be loaded up.

##Eclipse

About

Interview scheduling and credit assignment system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •