Skip to content

This project is an academic web project of Galatasaray University Peralab for monitoring sensor data from mobile phones.

Notifications You must be signed in to change notification settings

at-ay/mobile-sensing-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#mobile-sensing-web

This is a web site for monitoring mobile phone's sensor data.

Technology

mobile-sensing-web is built using Java, Spring MVC and Bootstrap.

Contribute

mobile-sensing-web uses a Fork and Pull model of collaborative development. Follow this link to learn how to submit a pull request.

  1. Point your browser at https://github.com/yyenigun/mobile-sensing-web and click "Fork".
  2. From shell/prompt:
> git clone https://github.com/username/mobile-sensing-web.git
# Clones your fork of the repository into the current directory

> cd mobile-sensing-web
# Changes the active directory to the newly cloned "mobile-sensing-web" directory

> git remote add upstream https://github.com/yyenigun/mobile-sensing-web.git
# Assigns the original repository to a remote called "upstream"

> git fetch upstream
# Pulls in changes not present in your local repository, without modifying your files

Testing

Run locally

Download and extract Eclipse Luna

Install gradle plugin to eclipse: (http://marketplace.eclipse.org/content/gradle-integration-eclipse-37-43#.VCAx7fmSzCo)

Click _File->Import->Gradle Project _ and build model

Download and extract Tomcat (minor version: 6)

Add project to Tomcat and start tomcat

To test the project open the link : http://localhost:8080/mobile-sensing-web

Now that you have it running locally you can start to develop and test new functionality and content.

When you have tested your changes, and it is time to merge the changes in to the branch created earlier...

Commit and push your changes

> git commit -a -m "added directory structure for bootstrap-based site [issue 9]"
> git push upstream iss9

Create a Pull Request

About

This project is an academic web project of Galatasaray University Peralab for monitoring sensor data from mobile phones.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.0%
  • CSS 23.4%
  • Java 1.5%
  • PHP 0.1%