A JISC funded Rapid Innovation project being undertaken by the University of Bristol.
License
ilrt/mca
master
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Contribute
-
This branch is 187 commits ahead of MikeJ1971:master.
Open a pull request to contribute your changes upstream.
MOBILE CAMPUS ASSISTANT - README ================================ INTRODUCTION ------------ "Mobile Campus Assistant" is software that was developed during a JISC funded rapid innovation project of the same name. The software has continued to be developed through the JISC funded MyMobileBristol (http://mymobilebristol.com) and Greening Events 2 (http://greeningevents.ilrt.bris.ac.uk/) projects. The work was undertaken by the R&D/ILRT team of IT Services, University of Bristol. COMPILING --------- This is a Java project that uses maven as the build tool. The project is modular and organised into a number of modules. To compile and install the modules: cd MobileWeb/ mvn install RUNNING ------- You need to deploy the War file to a servlet container that implements the 2.5 servlet specification. For development purposes it is possible to configure the project to use an IDE managed servlet container - the developers of the project used Eclipse, Netbeans and IntelliJ IDEA. The source code is only configured to use a couple of public data sources provided by the University of Bristol. For a more comprehensive example of what is possible, please view the demonstrator: <http://mca.ilrt.bristol.ac.uk> The demonstrator uses licensed images that could not be distributed with the source code. To run the application via maven you can run: cd mca-webapp/ mvn jetty:run The website will be available at <http://localhost:8080/>. FURTHER INFORMATION ------------------- Project Wiki: <https://wikis.bris.ac.uk/display/mca/Home> Demonstrator <http://m.bristol.ac.uk/> For general queries about MyMobileBristol, contact Simon Price (s.price@bristol.ac.uk). For general querues about Greening Events 2, contact Debra Hiom (D.Hiom@bristol.ac.uk). For technical queries please contact Mike Jones (mike.a.jones@bristol.ac.uk). (c) 2009-2012, University of Bristol
About
A JISC funded Rapid Innovation project being undertaken by the University of Bristol.
Resources
License
Stars
Watchers
Forks
Packages 0
Languages
- Java 91.3%
- JavaScript 7.3%
- Ruby 1.4%