Skip to content

gtechnocrat/enviroCar-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,097 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

enviroCar Server Build Status

Schema

The JSON Schema is maintained in rest/src/main/resources/schema.

API Reference

See envirocar.github.io/enviroCar-server.

The documentation is a GitHub page and managed in the branch gh-pages, see https://github.com/enviroCar/enviroCar-server/tree/gh-pages.

Deployments

Building & Installation

  • Install and run MongoDB >2.4.
  • Clone the repository and switch to the directory.
  • Configure the connection in mongo/src/main/resources/mongo.properties (if needed).
  • Run mvn clean install.
  • Deploy the war file in webapp/target to a application server of your choice (e.g. Apache Tomcat).
Copyright (C) 2013  Christian Autermann,
                    Jan Alexander Wirwahn,
                    Arne De Wall

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

About

Server of the enviroCar project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.1%
  • Other 1.9%